forked from josch/mmdebstrap
run_null.sh: run test with xtrace just as it's done in run_qemu.sh
This commit is contained in:
parent
e3219a5c8f
commit
1b9348d97d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ done
|
||||||
(
|
(
|
||||||
set +e
|
set +e
|
||||||
cd ./shared;
|
cd ./shared;
|
||||||
$SUDO sh ./test.sh;
|
$SUDO sh -x ./test.sh;
|
||||||
echo $?;
|
echo $?;
|
||||||
) 2>&1 | tee shared/result.txt | head --lines=-1
|
) 2>&1 | tee shared/result.txt | head --lines=-1
|
||||||
if [ "$(tail --lines=1 shared/result.txt)" -ne 0 ]; then
|
if [ "$(tail --lines=1 shared/result.txt)" -ne 0 ]; then
|
||||||
|
|
Loading…
Reference in a new issue