From 1b9348d97dd5ba724e2f6c622be8ea0a11b4cda0 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sun, 24 Feb 2019 10:45:26 +0100 Subject: [PATCH] run_null.sh: run test with xtrace just as it's done in run_qemu.sh --- run_null.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_null.sh b/run_null.sh index 18af994..3e3b632 100755 --- a/run_null.sh +++ b/run_null.sh @@ -21,7 +21,7 @@ done ( set +e cd ./shared; - $SUDO sh ./test.sh; + $SUDO sh -x ./test.sh; echo $?; ) 2>&1 | tee shared/result.txt | head --lines=-1 if [ "$(tail --lines=1 shared/result.txt)" -ne 0 ]; then