summaryrefslogtreecommitdiffstats
path: root/scripts/qemuimage-testlib
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/qemuimage-testlib')
-rw-r--r--scripts/qemuimage-testlib3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/qemuimage-testlib b/scripts/qemuimage-testlib
index 608c6f0a75..79882d9ea7 100644
--- a/scripts/qemuimage-testlib
+++ b/scripts/qemuimage-testlib
@@ -396,7 +396,8 @@ Test_Create_Qemu()
396 export MACHINE=$QEMUARCH 396 export MACHINE=$QEMUARCH
397 397
398 # Create Qemu in localhost VNC Port 1 398 # Create Qemu in localhost VNC Port 1
399 xterm -display ${DISPLAY} -e "${RUNQEMU} ${KERNEL} ${TEST_ROOTFS_IMAGE}" & 399 echo "Running xterm -display ${DISPLAY} -e 'BUILDDIR=${TOPDIR} ${RUNQEMU} ${KERNEL} ${TEST_ROOTFS_IMAGE}' &"
400 xterm -display ${DISPLAY} -e "BUILDDIR=${TOPDIR} ${RUNQEMU} ${KERNEL} ${TEST_ROOTFS_IMAGE}" &
400 401
401 # Get the pid of the xterm processor, which will be used in Test_Kill_Qemu 402 # Get the pid of the xterm processor, which will be used in Test_Kill_Qemu
402 PID=$! 403 PID=$!