search for: fa1cee4

Displaying 4 results from an estimated 4 matches for "fa1cee4".

2014 Oct 23
2
[PATCH 1/2] ocaml: Factor out flags into configure script.
No change, just refactoring. --- builder/Makefile.am | 2 +- configure.ac | 6 ++++++ customize/Makefile.am | 2 +- generator/Makefile.am | 2 +- mllib/Makefile.am | 2 +- ocaml/Makefile.am | 2 +- resize/Makefile.am | 2 +- sparsify/Makefile.am | 2 +- sysprep/Makefile.am | 2 +- v2v/Makefile.am | 2 +- 10 files changed, 15 insertions(+), 9 deletions(-) diff --git
2014 Nov 21
1
[PATCH] Add tests for Arch Linux
...l.in | 16 ++++++++ 7 files changed, 133 insertions(+) create mode 100644 inspector/expected-archlinux.img.xml create mode 100644 tests/guests/guest-aux/archlinux-package create mode 100755 tests/guests/guest-aux/make-archlinux-img.sh diff --git a/.gitignore b/.gitignore index fa1cee4..b4a8ed1 100644 --- a/.gitignore +++ b/.gitignore @@ -527,6 +527,7 @@ Makefile.in /tests/guests/guest-aux/windows-system /tests/guests/stamp-fedora-md.img /tests/guests/ubuntu.img +/tests/guests/archlinux.img /tests/guests/windows.img /tests/mount-local/test-parallel-mount-local /tests/mounta...
2014 Oct 23
10
[PATCH v6 00/10] tests: Introduce test harness for running tests.
For v6: This is mainly just a rebase, but I have also added tests in the ocaml/ language bindings directory, and for all the OCaml-written virt tools. Rich.
2014 Oct 24
10
[PATCH v7 00/10] tests: Introduce test harness for running tests.
v7: The only changes since v6 are those suggested by Pino in the review of v5.