search for: prep7

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

Did you mean: prep
2016 May 19
0
[PATCH 3/3] fish: generate test-prep.sh with generator
...# It would be nice if we could keep this automatically in sync -# with the prepared disk types. XXX -$VG guestfish \ - -N prep1.img=disk \ - -N prep2.img=part \ - -N prep3.img=fs \ - -N prep4.img=lv:/dev/VG1/LV \ - -N prep5.img=lvfs:/dev/VG2/LV \ - -N prep6.img=bootroot \ - -N prep7.img=bootrootlv:/dev/VG3/LV \ - exit - -rm prep*.img diff --git a/generator/fish.ml b/generator/fish.ml index 646674d..980f55f 100644 --- a/generator/fish.ml +++ b/generator/fish.ml @@ -1106,3 +1106,36 @@ event_bitmask_of_event_set (const char *arg, uint64_t *eventset_r) return 0; } " +...
2016 May 19
6
[PATCH 0/3] misc tests-only changes
Hi, small series with small improvements to the tests. Pino Toscano (3): tests: specify the image format when possible tests: remove remaining relative paths to binaries fish: generate test-prep.sh with generator .gitignore | 1 + align/test-virt-alignment-scan.sh | 2 +- cat/Makefile.am | 2 +- cat/test-virt-cat.sh