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=be95deb1d71c57d1f0ca28f6142d44fec6948264;hpb=bc26e009026ea9b3bd3c02a313e71b9bb051e6de 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