Skip to content

Commit

Permalink
test: qemu-debian-jessie boot: fix qemu-img
Browse files Browse the repository at this point in the history
We can just use whatever qemu-img binary that's laying around,
including the distro one.

Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
  • Loading branch information
stewartsmith committed May 6, 2018
1 parent 0e27cc8 commit a182491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run_qemu-jessie-debian-installer_boot_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a182491

Please sign in to comment.