Skip to content
Snippets Groups Projects
Commit c4a42c0b authored by Adam Edward Barton's avatar Adam Edward Barton :speech_balloon:
Browse files

Merge branch 'ATEAM-644_master' into 'master'

Update log file diff in post.sh

Closes ATEAM-644

See merge request atlas/athena!35801
parents 99cc008b 93006460
No related branches found
No related tags found
No related merge requests found
...@@ -316,10 +316,10 @@ else ...@@ -316,10 +316,10 @@ else
process $joblog $jobdiff process $joblog $jobdiff
process $reflog $refdiff process $reflog $refdiff
diff -a -b -E -B -u $jobdiff $refdiff diff -a -b -E -B -u $refdiff $jobdiff
diffStatus=$? diffStatus=$?
if [ $diffStatus != 0 ] ; then if [ $diffStatus != 0 ] ; then
echo "$RED post.sh> ERROR: $joblog and $reflog differ $RESET" echo "$RED post.sh> ERROR: $reflog and $joblog differ $RESET"
# Return with failure in this case: # Return with failure in this case:
exit 1 exit 1
fi fi
......
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