diff --git a/ci-scripts/tripleo/install-and-check.sh b/ci-scripts/tripleo/install-and-check.sh index 24c1de0b9..4e56be298 100755 --- a/ci-scripts/tripleo/install-and-check.sh +++ b/ci-scripts/tripleo/install-and-check.sh @@ -150,14 +150,14 @@ for tool in rally; do done #Tests files in lib/ -if [[ $($DIFF_CMD | grep -i lib\/) != "" ]] && [$HASRUN == "false"] +if [[ $($DIFF_CMD | grep -i lib\/) != "" ]] && [ $HASRUN == false ] then time runBrowbeat rally HASRUN=true fi #Test Browbeat.py -if [[ $($DIFF_CMD | grep -i browbeat.py) != "" ]] && [$HASRUN == "false"] +if [[ $($DIFF_CMD | grep -i browbeat.py) != "" ]] && [ $HASRUN == false ] then time runBrowbeat rally HASRUN=true