regression_test: bash varibles need to be in curly braces

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

View File

@@ -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