diff --git a/continuousintegration/orchestration/tests/client_ar.sh b/continuousintegration/orchestration/tests/client_ar.sh index 690bd50cf560a86ada60ffcf4bdf1db4c6afb796..b10a7d97d4414a3faffc20e2d15dbfc945317574 100644 --- a/continuousintegration/orchestration/tests/client_ar.sh +++ b/continuousintegration/orchestration/tests/client_ar.sh @@ -104,7 +104,7 @@ while test 0 != $(grep -c copied$ ${STATUS_FILE}); do break fi - echo "$(grep -c archived$ ${STATUS_FILE})/${NB_FILES} archived" + echo "$(egrep -c 'archived$|tapeonly' ${STATUS_FILE})/${NB_FILES} archived" # generating EOS batch script grep copied$ ${STATUS_FILE} | sed -e 's/ .*$//' | sed -e "s;^;file info ${EOS_DIR}/;" > ${EOS_BATCHFILE}