From: Peter Mikus Date: Wed, 13 Jun 2018 14:34:06 +0000 (+0000) Subject: FIX: TAG processing X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=22acd8c6090a09a410b45325010bc87429de48b4 FIX: TAG processing Change-Id: I08815de519532e8a20873f8b172d3f42ccfa33fb Signed-off-by: Peter Mikus --- diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 5540f9f39d..7b1aa26e69 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -291,7 +291,7 @@ for TAG in "${TAGS[@]}"; do done # Execute the test -pybot ${PYBOT_ARGS}${EXPANDED_TAGS} tests/ +pybot ${PYBOT_ARGS}${EXPANDED_TAGS[@]} tests/ RETURN_STATUS=$(echo $?) # Archive JOB artifacts in jenkins