run_null.sh: run test with xtrace just as it's done in run_qemu.sh
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -21,7 +21,7 @@ done | ... | @@ -21,7 +21,7 @@ done |
21 | ( | 21 | ( |
22 | set +e | 22 | set +e |
23 | cd ./shared; | 23 | cd ./shared; |
24 | - $SUDO sh ./test.sh; | 24 | + $SUDO sh -x ./test.sh; |
25 | echo $?; | 25 | echo $?; |
26 | ) 2>&1 | tee shared/result.txt | head --lines=-1 | 26 | ) 2>&1 | tee shared/result.txt | head --lines=-1 |
27 | if [ "$(tail --lines=1 shared/result.txt)" -ne 0 ]; then | 27 | if [ "$(tail --lines=1 shared/result.txt)" -ne 0 ]; then | ... | ... |
-
Please register or sign in to post a comment