[med-svn] [ncbi-vdb] 02/02: Enable skiping long lasting test suite

Andreas Tille tille at debian.org
Fri Jul 15 21:10:11 UTC 2016


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

tille pushed a commit to branch master
in repository ncbi-vdb.

commit f3438211bc9eb38b65e1fd8dbb5e6063d07bda2e
Author: Andreas Tille <tille at debian.org>
Date:   Fri Jul 15 23:09:46 2016 +0200

    Enable skiping long lasting test suite
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index f557e6f..40f8ea6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,8 +30,10 @@ override_dh_auto_configure:
 	# no idea how to convince configure script to use the correct include dir so patching result afterwards
 	sed -i 's?HDF5_INCDIR = /usr/include?&/hdf5/serial?' build/Makefile.config*
 
-ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 override_dh_auto_test:
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	# FIXME: some tests keep on failing despite debian/patches/skip_failing_test.patch - needs to be sorted out later
 	dh_auto_test || true
+else
+	echo "Skip testing which takes a long time"
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ncbi-vdb.git



More information about the debian-med-commit mailing list