Skip to content

Commit

Permalink
verbose failure
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Jan 31, 2024
1 parent 41c4daa commit e0baa4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing-farm/tests/old-testsuite/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ cd ../../../mock
install-mock-packages-built-by-packit mock-core-configs mock

if make check >the-log 2>&1; then
grep -e FAILED: -e PASSED: the-log
echo "The 'make check' testsuite passed."
else
grep -e FAILED: -e PASSED: the-log
cat the-log
exit 1
fi

0 comments on commit e0baa4b

Please sign in to comment.