mirror of
https://github.com/containerd/containerd.git
synced 2026-06-30 19:58:29 +00:00
fix unbound SKIP_TEST variable error
Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
This commit is contained in:
@@ -71,7 +71,7 @@ EOF
|
||||
fi
|
||||
|
||||
GINKGO_SKIP_TEST=()
|
||||
if [ ! -z "$SKIP_TEST" ]; then
|
||||
if [ -n "${SKIP_TEST:-}" ]; then
|
||||
GINKGO_SKIP_TEST+=("--ginkgo.skip" "$SKIP_TEST")
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user