Skip to content

Commit

Permalink
cat the long log
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Jan 26, 2024
1 parent 8933aa9 commit b87dc52
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion testing-farm/tests/old-testsuite/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@

cd ../../../mock
install-mock-packages-built-by-packit mock-core-configs mock
make check 2>&1 | tee the-log | grep -e ^PASS -e ^FAIL -e ^ERROR

if make check 2>&1 | tee the-log | grep FAILED: -e PASSED:; then
true
else
cat the-log
fi

0 comments on commit b87dc52

Please sign in to comment.