Update CentOS7 devstack rocky to the latest
[releng/builder.git] / jjb / integration / integration-deploy-controller-run-test.sh
index 6195fa27da2f282180106b188d42dd57ecea70ef..3a274190d8b8ac39543d90cfc750979696a385c6 100755 (executable)
@@ -49,6 +49,7 @@ done
 get_test_suites SUITES
 
 echo "Starting Robot test suites ${SUITES} ..."
+# ${TESTOPTIONS}, ${SUITES} are space-separated parameters and should not be quoted.
 # shellcheck disable=SC2086
 robot -N "${TESTPLAN}" \
       --removekeywords wuks -c critical -e exclude -e "skip_if_${DISTROSTREAM}" \
@@ -87,7 +88,7 @@ robot -N "${TESTPLAN}" \
       -v TOOLS_SYSTEM_USER:"${USER}" \
       -v USER_HOME:"${HOME}" \
       -v WORKSPACE:/tmp \
-      "${TESTOPTIONS}" ${SUITES} || true
+      ${TESTOPTIONS} ${SUITES} || true
 
 echo "Examining the files in data/log and checking filesize"
 # shellcheck disable=SC2029