Skip to content

Commit

Permalink
revert: debug env again
Browse files Browse the repository at this point in the history
The git hashes from packit test vs packit build do not match??
  • Loading branch information
praiskup committed Jan 28, 2024
1 parent 731eb21 commit 2f78fd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mock/integration-tests/runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ header "running regression tests"
sh ${TESTDIR}/runregressions.sh
fails=$?

exit $fails

msg=$(printf "%s regression failures\n" $fails)
header "$msg"

Expand Down
3 changes: 3 additions & 0 deletions testing-farm/tests/old-testsuite/test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/bin/sh -eux

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
Expand Down

0 comments on commit 2f78fd9

Please sign in to comment.