Skip to content
Snippets Groups Projects
Commit 5294df0c authored by Michael Davis's avatar Michael Davis
Browse files

[ci] simple_client_ar.sh: deletes test file at end of tests

parent 61344d9d
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,9 @@ echo "********"
eos root://${EOSINSTANCE} ls -l /eos/ctaeos/cta/${TEST_FILE_NAME}
eos root://${EOSINSTANCE} info /eos/ctaeos/cta/${TEST_FILE_NAME}
# Delete the file so it doesn't interfere with tests in client_ar.sh
echo "eos root://${EOSINSTANCE} rm /eos/ctaeos/cta/${TEST_FILE_NAME}"
eos root://${EOSINSTANCE} rm /eos/ctaeos/cta/${TEST_FILE_NAME}
msgNum=$(grep "\"File suc" /mnt/logs/tpsrv*/taped/cta/cta-taped.log | grep ${TEST_FILE_NAME} | tail -n 4 | wc -l)
if [ $msgNum == "4" ]; then
......
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