search for: ae667c9

Displaying 2 results from an estimated 2 matches for "ae667c9".

Did you mean: ae6679ce
2016 Feb 08
1
[PATCH] tests: reduce sizes of scratch disks to 2 GB
...d commit 9e9b648770f9b8dbe8f280e4b5d1f80c4d689130. --- docs/guestfs-hacking.pod | 4 ++-- generator/actions.ml | 10 +++++----- tests/c-api/tests-main.c | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/guestfs-hacking.pod b/docs/guestfs-hacking.pod index 42d7759..ae667c9 100644 --- a/docs/guestfs-hacking.pod +++ b/docs/guestfs-hacking.pod @@ -105,11 +105,11 @@ The test environment has 4 block devices: =over 4 -=item F</dev/sda> 10 GB +=item F</dev/sda> 2 GB General block device for testing. -=item F</dev/sdb> 10 GB +=item F</dev/sdb&g...
2016 Feb 12
1
[PATCH] tests: Make '080' be an official test of the guestfs_version API.
...++++++++++++++++++++++++++ perl/t/080-version.t | 36 ++++++++++++++++++++++++++++++++++++ 4 files changed, 66 insertions(+) create mode 100644 ocaml/t/guestfs_080_version.ml create mode 100644 perl/t/080-version.t diff --git a/docs/guestfs-hacking.pod b/docs/guestfs-hacking.pod index ae667c9..ecd10bf 100644 --- a/docs/guestfs-hacking.pod +++ b/docs/guestfs-hacking.pod @@ -201,6 +201,7 @@ This is the numbering scheme used by the tests: 060 explicit close 065 implicit close (in GC'd languages) 070 optargs + 080 version - 100 launch, create partitions and LVs a...