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