mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 20:27:54 +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
|
||||
PORTS=$( IFS=$','; echo "${CHECK_PORTS[*]}" )
|
||||
if [[ ${#EXIT_ON_ERROR} -gt 0 ]]; then
|
||||
if [[ $(CONTINUE) == "True" ]]; then
|
||||
if [[ ${CONTINUE} == "True" ]]; then
|
||||
test
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user