Update cloud image CentOS7 devstack stein
[releng/builder.git] / jjb / integration / integration-apex-run-tests.sh
index 49c7aa6d85bced1c158ae6c2fc52dad31e2983b6..6ce6d5c01c2b0a5ea87839910b0fc457ab0ad65f 100644 (file)
@@ -126,7 +126,7 @@ for suite in ${SUITES}; do
     # prepend an incremental counter to the suite name so that the full robot log combining all the suites as is done
     # in the rebot step below will list all the suites in chronological order as rebot seems to alphabetize them
     ((suite_num = suite_num + 1))
-    suite_index="$(printf %02d ${suite_num})"
+    suite_index="$(printf %02d "${suite_num}")"
     suite_name="$(basename "${suite}" | cut -d. -f1)"
     log_name="${suite_index}_${suite_name}"
     robot -N "${log_name}" \