Skip to content

Commit

Permalink
Revert regression print
Browse files Browse the repository at this point in the history
  • Loading branch information
mkgrgis authored Apr 15, 2024
1 parent 6dc8926 commit 9c96614
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions GitHubActions/execute_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ elif [[ "$third_line_from_the_last" =~ $pattern ]]; then
else
echo "Error : not All the tests passed"
echo "last line : '$last_line'"
echo "thierd_line_from_the_last : '$third_line_from_the_last'"
[ -f 'regression.diffs' ] && cat 'regression.diffs'
echo "thierd_line_from_the_last : '$third_line_from_the_last'"
exit 1
fi

0 comments on commit 9c96614

Please sign in to comment.