X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-verify-perf.sh;h=b71ea76d36303ffece9cc329873f443835649089;hp=929c5382dad593e44969548f74a50d9bbc8a70d0;hb=835cb6439afb359dc2ebef02355314c4bebde75e;hpb=9e8d4d47cc09daa4bf44103d3f1e32206ff55556 diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 929c5382da..b71ea76d36 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -330,7 +330,7 @@ if [ ! $? -eq 0 ]; then fi # Archive artifacts -mkdir archive +mkdir -p archive for i in ${ARCHIVE_ARTIFACTS[@]}; do cp $( readlink -f ${i} | tr '\n' ' ' ) archive/ done