search for: 0c37c97

Displaying 3 results from an estimated 3 matches for "0c37c97".

2016 Mar 18
0
[PATCH 2/7] tests: move guestfs-md5.sh to test-data
...liveness.sh | 2 +- tests/qemu/qemu-snapshot-isolation.sh | 2 +- 6 files changed, 35 insertions(+), 33 deletions(-) create mode 100755 test-data/guestfs-hashsums.sh delete mode 100755 tests/qemu/guestfs-md5.sh diff --git a/test-data/Makefile.am b/test-data/Makefile.am index 0a9c65e..0c37c97 100644 --- a/test-data/Makefile.am +++ b/test-data/Makefile.am @@ -26,6 +26,9 @@ SUBDIRS += fake-virtio-win fake-virt-tools SUBDIRS += files SUBDIRS += . +EXTRA_DIST = \ + guestfs-hashsums.sh + # Build an ISO containing various files from the subdirectories, which # is used by tests/c-...
2016 Mar 18
9
[PATCH 0/7] Small portability changes
Assorted collection of small improvements in making libguestfs build on non-Linux OSes; most of the changes impact tests though. Thanks, Pino Toscano (7): build: check the path of fuser, and use it in FUSE code tests: move guestfs-md5.sh to test-data v2v: tests: isolate SHA1 calculation in an own shared function v2v: tests: use guestfs-hashsums.sh for MD5 php: pass $(MAKE) to
2016 Aug 25
2
[PATCH] build: Add common CLEANFILES and DISTCLEANFILES to common-rules.mk.
...\ - virt-sysprep \ - virt-sysprep.1 - # Filenames sysprep_operation_<name>.ml in alphabetical order. operations = \ abrt_data \ @@ -217,6 +211,4 @@ depend: .depend endif -DISTCLEANFILES = .depend - .PHONY: depend docs diff --git a/test-data/Makefile.am b/test-data/Makefile.am index 0c37c97..93d094a 100644 --- a/test-data/Makefile.am +++ b/test-data/Makefile.am @@ -89,7 +89,7 @@ image_files = \ noinst_DATA = test.iso -CLEANFILES = test.iso +CLEANFILES += test.iso test.iso: $(images_files) rm -rf d diff --git a/test-data/blank-disks/Makefile.am b/test-data/blank-disks/Makefil...