diff options
author | Richard Jones <rjones@trick.home.annexia.org> | 2009-07-06 13:10:25 +0100 |
---|---|---|
committer | Richard Jones <rjones@trick.home.annexia.org> | 2009-07-06 13:10:25 +0100 |
commit | 51ecd63944bb1374ebad518d814deaa2096bc365 (patch) | |
tree | 7ef6b1daea5d66f3516a4ef47416d638a2f4adec /regressions/rhbz503169c10.sh | |
parent | f1fadb92179b68519b57680718e30a389a63d5e5 (diff) | |
download | libguestfs-51ecd63944bb1374ebad518d814deaa2096bc365.tar.gz libguestfs-51ecd63944bb1374ebad518d814deaa2096bc365.tar.xz libguestfs-51ecd63944bb1374ebad518d814deaa2096bc365.zip |
Introduce regression tests for various qemu failures.
Test failure of qemu and recovery of the library:
- mid-command
- between commands
- during launch [test not working yet]
- explicitly killed by guestfs_kill_subprocess
Also this patch cleans up the other tests in this directory
and disables the long-winded test-bootbootboot test.
Diffstat (limited to 'regressions/rhbz503169c10.sh')
-rwxr-xr-x | regressions/rhbz503169c10.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/regressions/rhbz503169c10.sh b/regressions/rhbz503169c10.sh index 8cdad50f..2cfdbca8 100755 --- a/regressions/rhbz503169c10.sh +++ b/regressions/rhbz503169c10.sh @@ -24,8 +24,6 @@ set -e rm -f test1.img dd if=/dev/zero of=test1.img bs=1024k count=10 -export LIBGUESTFS_PATH=../appliance - ../fish/guestfish -a test1.img <<EOF launch ll /../dev/console |