Skip to content

Commit

Permalink
hack: set -x
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed Feb 13, 2024
1 parent 31bc5de commit cb2c556
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testsuite/dejagnu_runtest_wrapper.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#/bin/sh

set -x

if ! [ -x /bin/runtest ]; then
echo "/bin/runtest not found, install dejagnu" | tee -a $TEST_INFRASTRUCTURE_FAILURE_FILE
exit 127
Expand Down

0 comments on commit cb2c556

Please sign in to comment.