diff options
Diffstat (limited to 'scripts/qemuimage-testlib')
-rwxr-xr-x | scripts/qemuimage-testlib | 4 |
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() fi done + Test_Info "Process list dumped for debugging purposes:" + ps axww -O ppid + Test_Info "runqemu output log:" + cat ${RUNQEMU_LOGFILE} Test_Info "Qemu or its network is not up in ${timeout} seconds" Test_Update_IPSAVE $XTERMPID $TARGET_IPADDR return 1 |