Skip to content

Commit

Permalink
Test with -w for now
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed May 18, 2024
1 parent 6676635 commit 2d62414
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion jenkins_scripts/run_tests_on_dir_and_compare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,10 @@ sed --in-place=.bak2 -e "s|${REPOSITORY_DIR}|DIR|g" run_tests_output.txt
cat run_tests_output.txt

# compare with last correct output
diff -u run_tests_output.txt jenkins_scripts/run_tests_valid_output.txt
#
# TODO: -w added only temporarily, since "Possible reasons:" was for some time
# with extra space in CGE repo, but in "run_tests_valid_output.txt" has
# trimmed space. Once CGE updates, it should be everywhere without space,
# and -w can be removed below.

diff -wu run_tests_output.txt jenkins_scripts/run_tests_valid_output.txt

0 comments on commit 2d62414

Please sign in to comment.