Skip to content

Commit

Permalink
Add a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jan 14, 2025
1 parent a3ea61c commit 53cf6c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/scripts/clicRec_e4h_input.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ if [ "$input_num_events" != "$output_num_events" ]; then
fi

# Second check: contents (at least superficially)
# Exclude the file name since it is different when using the IOSvc
echo "Comparing contents of Output_REC_e4h_input$iosvc.slcio"
if ! diff -I "Output_REC_e4h_input.*\.slcio" <(anajob Output_REC_e4h_input$iosvc.slcio) $TEST_DIR/inputFiles/anajob_Output_REC.expected; then
echo "File contents of REC slcio file are not as expected"
Expand Down

0 comments on commit 53cf6c9

Please sign in to comment.