Skip to content
Snippets Groups Projects
Commit 802899b3 authored by Julien Leduc's avatar Julien Leduc
Browse files

Adding report listing problematic files at the end of the test run.

parent 2755bd79
No related branches found
No related tags found
No related merge requests found
......@@ -169,5 +169,7 @@ test -z $TAILPID || kill ${TAILPID}
test ${RETRIEVED} = ${NB_FILES} && exit 0
echo "ERROR there were some lost files during the archive/retrieve test with ${NB_FILES} files."
echo "ERROR there were some lost files during the archive/retrieve test with ${NB_FILES} files:"
grep -v retrieved ${STATUS_FILE} | sed -e "s;^;${EOS_DIR}/;"
exit 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment