[Skiboot] [PATCH] test: qemu-debian-jessie boot: fix qemu-img

Stewart Smith stewart at linux.ibm.com
Mon May 7 02:26:11 AEST 2018


We can just use whatever qemu-img binary that's laying around,
including the distro one.

Signed-off-by: Stewart Smith <stewart at linux.ibm.com>
---
 test/run_qemu-jessie-debian-installer_boot_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/run_qemu-jessie-debian-installer_boot_test.sh b/test/run_qemu-jessie-debian-installer_boot_test.sh
index 57e9d82f71a6..da946e639780 100755
--- a/test/run_qemu-jessie-debian-installer_boot_test.sh
+++ b/test/run_qemu-jessie-debian-installer_boot_test.sh
@@ -36,7 +36,7 @@ D=`mktemp  --tmpdir debian-jessie-install.qcow2.XXXXXXXXXX`
 # In future we should do full install:
 # FIXME: -append "DEBIAN_FRONTEND=text locale=en_US keymap=us hostname=OPALtest domain=unassigned-domain rescue/enable=true"
 
-$QEMU_PATH/../qemu-img  create -f qcow2 $D 128G 2>&1 > $T
+qemu-img  create -f qcow2 $D 128G 2>&1 > $T
 
 ( cat <<EOF | expect
 set timeout 600
-- 
2.14.3



More information about the Skiboot mailing list