[Pkg-libvirt-commits] [libguestfs] 60/66: Run "make quickcheck" only once

Hilko Bengen bengen at moszumanska.debian.org
Fri May 9 12:56:35 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository libguestfs.

commit 31a613701c4b00f27ffcee0c38f26883aff27e45
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