CSIT-661: re-add vring256 tuned CFS for vpp workers and guest-testpmd
[csit.git] / bootstrap-verify-perf.sh
index 929c538..b71ea76 100755 (executable)
@@ -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