diff options
author | Juerg Haefliger <juerg.haefliger@hp.com> | 2011-01-31 06:42:57 -0500 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2011-01-31 11:25:34 -0700 |
commit | bd6c46fa0cfe275c24debc1152cfc5206c04b59b (patch) | |
tree | 8ce188c0a0ae2394b5bd78cdd8064e8f15ad78f2 /tests/qemuxml2argvdata/qemuxml2argv-disk-drive-boot-cdrom.args | |
parent | qemu: More clear error parsing domain def failure of tunneled migration (diff) | |
download | libvirt-bd6c46fa0cfe275c24debc1152cfc5206c04b59b.tar.gz libvirt-bd6c46fa0cfe275c24debc1152cfc5206c04b59b.tar.bz2 libvirt-bd6c46fa0cfe275c24debc1152cfc5206c04b59b.zip |
tests: handle backspace-newline pairs in test input files
This patch teaches testutil how to read multi-line input files with
backspace-newline line continuation markers.
The patch also breaks up all the single-line arguments test input files into
multi-line files with lines shorter than 80 characters.
Diffstat (limited to 'tests/qemuxml2argvdata/qemuxml2argv-disk-drive-boot-cdrom.args')
-rw-r--r-- | tests/qemuxml2argvdata/qemuxml2argv-disk-drive-boot-cdrom.args | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/qemuxml2argvdata/qemuxml2argv-disk-drive-boot-cdrom.args b/tests/qemuxml2argvdata/qemuxml2argv-disk-drive-boot-cdrom.args index 2bf268bde..3942c30f1 100644 --- a/tests/qemuxml2argvdata/qemuxml2argv-disk-drive-boot-cdrom.args +++ b/tests/qemuxml2argvdata/qemuxml2argv-disk-drive-boot-cdrom.args @@ -1 +1,5 @@ -LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test /usr/bin/qemu -S -M pc -m 214 -smp 1 -nographic -monitor unix:/tmp/test-monitor,server,nowait -no-acpi -boot d -drive file=/dev/HostVG/QEMUGuest1,if=ide,bus=0,unit=0 -drive file=/dev/HostVG/QEMUGuest2,if=ide,media=cdrom,bus=1,unit=0 -net none -serial none -parallel none -usb +LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test /usr/bin/qemu -S -M \ +pc -m 214 -smp 1 -nographic -monitor unix:/tmp/test-monitor,server,nowait \ +-no-acpi -boot d -drive file=/dev/HostVG/QEMUGuest1,if=ide,bus=0,unit=0 -drive \ +file=/dev/HostVG/QEMUGuest2,if=ide,media=cdrom,bus=1,unit=0 -net none -serial \ +none -parallel none -usb |