[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1.14.2-1

Hilko Bengen bengen at debian.org
Fri Nov 11 07:30:32 UTC 2011


The following commit has been merged in the master branch:
commit 44d13ed4d6dad947a37e93d11f3067121051f492
Author: Hilko Bengen <bengen at debian.org>
Date:   Thu Nov 3 09:10:22 2011 +0100

    Run tests in all build directories

diff --git a/debian/rules b/debian/rules
index c25fcca..14d49d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,9 @@ override_dh_auto_build:
 	done
 
 override_dh_auto_test:
-	dh_auto_test --builddir=$(CURDIR)/debian/build-$(PYTHON_DEFAULT)
+	set -e; for p in $(PYTHONS); do \
+		dh_auto_test --builddir=$(CURDIR)/debian/build-$$p ; \
+	done
 
 override_dh_auto_install:
 # All build trees contain the library plus guestfish and C virt tools.

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list