regression-test: if exit on error is 0, run the test

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2022-01-12 12:29:12 -08:00
committed by shivam
parent 0563d0bb46
commit 24f7a64092

View File

@@ -519,6 +519,8 @@ function start_tests() {
if [[ ${CONTINUE} == "True" ]]; then
test
fi
else
test
fi
done
}