]> git.ipfire.org Git - thirdparty/elfutils.git/commit
tests: Don't redirect output to /dev/null in run-native-test.sh
authorMark Wielaard <mark@klomp.org>
Tue, 12 Dec 2023 09:43:49 +0000 (10:43 +0100)
committerMark Wielaard <mark@klomp.org>
Mon, 18 Dec 2023 12:14:30 +0000 (13:14 +0100)
commit744e3ea84d756006c95a8c07382cfdbef5a3bf58
treed1a62ddb94bb39c85c50d32d903a92855a2c2822
parent03c171947cc538b04957ac2222ce86e7c0170bd1
tests: Don't redirect output to /dev/null in run-native-test.sh

By redirecting all output to /dev/null in run-native-test.sh the
run-native-test.sh.log file will be empty on failures. This makes
it hard to figure out what went wrong.

* tests/run-native-test.sh: Remove /dev/null redirects.

Signed-off-by: Mark Wielaard <mark@klomp.org>
tests/run-native-test.sh