[Pkg-libvirt-commits] [libguestfs] 108/156: Fixed filter expression for quickcheck. Argh.
Hilko Bengen
bengen at moszumanska.debian.org
Sat Aug 30 08:26:07 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 37a0b7f702901d0629bf8b1af6d0f6ef93939ae6
Author: Hilko Bengen <bengen at debian.org>
Date: Sun Jul 27 19:51:38 2014 +0200
Fixed filter expression for quickcheck. Argh.
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 4533198..d234268 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ QEMU_CPU := $(shell echo $(DEB_HOST_GNU_CPU) \
| sed -e 's,i[456]86,i386,;s,sparc,sparc64,;s,powerpc,ppc64,;s,arm.*,arm,')
# Do not run "make quickcheck on these architectures
-QUICKTEST_ARCHITECTURES := i386 amd64
+QUICKCHECK_ARCHITECTURES := i386 amd64
DEFAULT_CONFIG_FLAGS = \
--disable-gnulib-tests \
@@ -101,7 +101,7 @@ override_dh_auto_build:
done
override_dh_auto_test:
-ifneq "" "$(find $(DEB_HOST_ARCH),$(QUICKTEST_ARCHITECTURES))"
+ifneq "" "$(findstring $(DEB_HOST_ARCH),$(QUICKCHECK_ARCHITECTURES))"
make -C $(CURDIR)/debian/build-default quickcheck
endif
--
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