From 883bc75035fc7ba90980904e4e58c291edc3bb1b Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Wed, 9 Nov 2022 17:30:37 +0000 Subject: [PATCH] typo --- test/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run_tests.sh b/test/run_tests.sh index 9e732c7a..c83029a8 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -10,7 +10,7 @@ if [[ "$RESTY_IMAGE_BASE" == "src" ]]; then exit 0 fi -if [[ "$SKIP_TEST" == "true" ]]; then +if [[ "$SKIP_TESTS" == "true" ]]; then exit 0 fi