Skip to content

Commit

Permalink
Fix regression print
Browse files Browse the repository at this point in the history
  • Loading branch information
mkgrgis authored Apr 12, 2024
1 parent 3f867aa commit 5e4e60b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GitHubActions/execute_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ else
echo "Error : not All the tests passed"
echo "last line : '$last_line'"
echo "thierd_line_from_the_last : '$third_line_from_the_last'"
[ -s 'regression.out' ] && [ ! -s 'regression.out' ] && cat 'regression.out'
[ -f 'regression.diff' ] && [ ! -s 'regression.diff' ] && cat 'regression.diff'
exit 1
fi

0 comments on commit 5e4e60b

Please sign in to comment.