Fix csit SUITES variable
[releng/builder.git] / jjb / integration / integration-deploy-controller-run-test.sh
index 2c9a2a17aa8624fddf434ce6d55a29317a3a82a6..6195fa27da2f282180106b188d42dd57ecea70ef 100755 (executable)
@@ -49,6 +49,7 @@ done
 get_test_suites SUITES
 
 echo "Starting Robot test suites ${SUITES} ..."
+# shellcheck disable=SC2086
 robot -N "${TESTPLAN}" \
       --removekeywords wuks -c critical -e exclude -e "skip_if_${DISTROSTREAM}" \
       -v BUNDLEFOLDER:"${BUNDLEFOLDER}" \
@@ -86,7 +87,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