[med-svn] [libbpp-seq-omics] 01/02: Enable skipping tests at all
Andreas Tille
tille at debian.org
Fri Apr 22 07:00:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libbpp-seq-omics.
commit f826840ad10adf31c40fbe5b2a54f1135a5263b4
Author: Andreas Tille <tille at debian.org>
Date: Fri Apr 22 08:54:40 2016 +0200
Enable skipping tests at all
---
debian/rules | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index d6a7367..7e5367e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,7 @@ override_dh_install:
--movedev debian/tmp/usr/include/* usr/include \
debian/tmp/usr/lib/*.so
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
# For the moment ignore:
# Start 1: test_gff
@@ -30,4 +31,4 @@ override_dh_auto_test:
# 1 - test_gff (Timeout)
# 2 - test_fastq (Failed)
dh_auto_test || true
-
+endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libbpp-seq-omics.git
More information about the debian-med-commit
mailing list