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

fix logic issue

parent 9640f675
No related branches found
Tags v0.0-209
No related merge requests found
......@@ -203,7 +203,7 @@ fi
done
echo OK
failed_xrdcp_test=$i
if test $failed_xrdcp_test -ne 0; then
if test $failed_xrdcp_test -eq 0; then
echo "[SUCCESS]: basic file transfer test on online/booted FS." | tee -a /var/log/CI_tests
else
echo "[ERROR]: basic file transfer test on online/booted FS (${failed_xrdcp_test} attempts)." | tee -a /var/log/CI_tests
......
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