diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-06-13 14:34:06 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-06-13 14:34:06 +0000 |
commit | 22acd8c6090a09a410b45325010bc87429de48b4 (patch) | |
tree | b5c1117e4ad509af90ad28f1f68ef519f50ee917 /bootstrap-verify-perf.sh | |
parent | f605477161642ec3414b68702baddbcd6e629048 (diff) |
FIX: TAG processing
Change-Id: I08815de519532e8a20873f8b172d3f42ccfa33fb
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'bootstrap-verify-perf.sh')
-rwxr-xr-x | bootstrap-verify-perf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |