[Pkg-libvirt-commits] [libguestfs] 55/165: Run "make quickcheck" only once
Hilko Bengen
bengen at moszumanska.debian.org
Sat Aug 30 08:24:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit 1b8fe05fa74f72f3ad5341fc90db26c953e3ea6a
Author: Hilko Bengen <bengen at debian.org>
Date: Wed May 7 23:23:20 2014 +0200
Run "make quickcheck" only once
---
debian/rules | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index e71b02b..8bfb65a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -94,9 +94,7 @@ override_dh_auto_build:
done
override_dh_auto_test:
- set -e; for p in $(BUILDS); do \
- make -C $(CURDIR)/debian/build-$$p quickcheck; \
- done
+ make -C $(CURDIR)/debian/build-default quickcheck
override_dh_auto_install:
# All build trees contain the library plus guestfish and C virt tools.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list