Skip to content

Commit

Permalink
Update runrest.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored and mmusich committed Jan 5, 2024
1 parent f23ae65 commit 095f214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQMOffline/Configuration/test/runrest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ seqs=$(grep 'Analyzing [0-9][0-9]* seqs' run.log | sed 's|.*Analyzing *||;s| .*|
echo "Sequences run by final DQMOfflineConfiguration: $seqs"
if [ "$seqs" -gt 0 ] ; then
echo "Final DQMOfflineConfiguration should not run any sequences."
echo "Please update parameters for TestDQMOfflineConfiguration unittest run the extra sequences."
echo "Please update parameters for TestDQMOfflineConfiguration unittest to run the extra sequences."
exit 1
fi
exit $ERR

0 comments on commit 095f214

Please sign in to comment.