summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/qemuimage-testlib4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib
index f791c527ab..22e2d4168f 100755
--- a/scripts/qemuimage-testlib
+++ b/scripts/qemuimage-testlib
@@ -469,6 +469,10 @@ Test_Create_Qemu()
469 fi 469 fi
470 done 470 done
471 471
472 Test_Info "Process list dumped for debugging purposes:"
473 ps axww -O ppid
474 Test_Info "runqemu output log:"
475 cat ${RUNQEMU_LOGFILE}
472 Test_Info "Qemu or its network is not up in ${timeout} seconds" 476 Test_Info "Qemu or its network is not up in ${timeout} seconds"
473 Test_Update_IPSAVE $XTERMPID $TARGET_IPADDR 477 Test_Update_IPSAVE $XTERMPID $TARGET_IPADDR
474 return 1 478 return 1