Skip to content

Commit

Permalink
polish old testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Jan 29, 2024
1 parent 10734fd commit 686ba40
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions testing-farm/tests/old-testsuite/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

cd ../../../mock

env

install-mock-packages-built-by-packit mock-core-configs mock

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

0 comments on commit 686ba40

Please sign in to comment.