search for: 582fa55

Displaying 1 result from an estimated 1 matches for "582fa55".

Did you mean: 58255
2011 Dec 23
1
[PATCH] extra-tests: add test-guests to prevent test error
...Error 1 make[1]: Leaving directory `/work/git/libguestfs/tests/extra' Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- tests/extra/Makefile.am | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/tests/extra/Makefile.am b/tests/extra/Makefile.am index 582fa55..d129b6d 100644 --- a/tests/extra/Makefile.am +++ b/tests/extra/Makefile.am @@ -69,6 +69,7 @@ GUESTS = $(shell virsh -c $(LIBVIRT_DEFAULT_URI) list --all | \ awk '{print $$2}') extra-tests: \ + test-guests \ test-prerequisites \ test-c-api \ test-tools-null \ @@ -80,6 +81,9 @@...