summaryrefslogtreecommitdiffstats
path: root/regressions/test-bootbootboot.sh
Commit message (Collapse)AuthorAgeFilesLines
* Replace 'dd' in tests with use of guestfish 'sparse' command.Richard Jones2010-04-221-2/+1
| | | | | | | | 'dd' is a very inefficient way to create files. 'truncate' is better, but unfortunately that command is not available in RHEL 5. So use the guestfish 'sparse' command instead (which also avoids allocating disk space). (cherry picked from commit 175c01d2336c07113f1c2966966957de5c344e3a)
* Debian: Use /bin/bash as the shell for regression test scripts.Richard Jones2009-11-041-1/+1
| | | | | | | | | | /bin/sh on Debian is a minimal shell called 'dash' which doesn't support some features we need such as the particular 'function' syntax used by regressions/test-stringlist.sh, and therefore this script was failing on Debian. Change all of these scripts to use #!/bin/bash explicitly to avoid these sorts of problems.
* Introduce regression tests for various qemu failures.Richard Jones2009-07-061-1/+0
| | | | | | | | | | | 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.
* Move pure regression tests to their own subdirectory.Richard Jones2009-06-041-0/+42