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

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

parent 6c5b1fa3
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