[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, ubuntu, updated. debian/1.0.61-1-13-gd3a21b5
Guido Günther
agx at sigxcpu.org
Thu Feb 18 17:16:04 UTC 2010
The following commit has been merged in the ubuntu branch:
commit ecee9eea4e610906a565eb56d94e4415c04f3aa9
Author: Richard Jones <rjones at ubuntu910x64.home.annexia.org>
Date: Mon Feb 15 14:36:31 2010 +0000
Ubuntu: Don't run complete tests, just run libguestfs-test-tool
The complete tests nearly run, but not quite. Because this is an
unofficial package, just run libguestfs-test-tool.
diff --git a/debian/rules b/debian/rules
index 86e1224..d074e31 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ debian/check-stamp:
for TEST in ${DEBIAN_SKIP_TEST}; do \
export $$TEST=1; \
done; \
- make check
+ LIBGUESTFS_PATH=appliance test-tool/libguestfs-test-tool --helper test-tool/libguestfs-test-tool-helper
touch debian/check-stamp
build/guestfish:: debian/check-stamp
--
Libguestfs Debian packaging
More information about the Pkg-libvirt-commits
mailing list