run_null.sh: run test with xtrace just as it's done in run_qemu.sh

main
parent e3219a5c8f
commit 1b9348d97d
Signed by untrusted user: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -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

Loading…
Cancel
Save