mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-05 13:17:53 +00:00
regression_test: bash varibles need to be in curly braces
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -516,7 +516,7 @@ function start_tests() {
|
|||||||
fi
|
fi
|
||||||
PORTS=$( IFS=$','; echo "${CHECK_PORTS[*]}" )
|
PORTS=$( IFS=$','; echo "${CHECK_PORTS[*]}" )
|
||||||
if [[ ${#EXIT_ON_ERROR} -gt 0 ]]; then
|
if [[ ${#EXIT_ON_ERROR} -gt 0 ]]; then
|
||||||
if [[ $(CONTINUE) == "True" ]]; then
|
if [[ ${CONTINUE} == "True" ]]; then
|
||||||
test
|
test
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user