summaryrefslogtreecommitdiffstats
path: root/regressions/test-guestfish-d.sh
Commit message (Collapse)AuthorAgeFilesLines
* fish: Use core add-domain API to implement '-d' option.Richard Jones2010-11-111-6/+6
| | | | | | This also makes libxml2 and libvirt into optional dependencies. If they are missing then the core API will print an error, as will the '-d' option to guestfish.
* fish: Specify format of disks (RHBZ#642934,CVE-2010-3851).Richard W.M. Jones2010-10-221-5/+18
| | | | | | | | For libvirt guests, the disk format is copied from libvirt (if libvirt knows it). For command line disk images, you can use --format to override format auto-detection.
* regressions: Test just-built guestfish.Richard W.M. Jones2010-09-221-1/+2
| | | | | | Instead of testing the installed /usr/bin/guestfish. This fixes commit ddda0f7bd00a37274dae38f4ce93955b8cfdf7d7.
* Test guestfish -a and guestfish -d options.Richard W.M. Jones2010-09-221-0/+52
Since these options were both broken in released version 1.5.17, best to have a regression test to catch this in future.