diff --git a/py-scripts/regression_test.sh b/py-scripts/regression_test.sh index 46a1d3a2..7287365d 100755 --- a/py-scripts/regression_test.sh +++ b/py-scripts/regression_test.sh @@ -516,7 +516,7 @@ function start_tests() { fi PORTS=$( IFS=$','; echo "${CHECK_PORTS[*]}" ) if [[ ${#EXIT_ON_ERROR} -gt 0 ]]; then - if [[ $(CONTINUE) == "True" ]]; then + if [[ ${CONTINUE} == "True" ]]; then test fi fi