This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libbpp-phyl.
commit 7b95fcc4d4acfdabeb515db21397905dcf22f67e Author: Andreas Tille <[email protected]> Date: Wed Apr 13 16:45:21 2016 +0200 Enable skipping test to save some time --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 7522cd2..b2361b3 100755 --- a/debian/rules +++ b/debian/rules @@ -22,6 +22,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: # 5/12 Test #5: test_parsimony ...................***Failed 0.01 sec @@ -29,3 +30,4 @@ override_dh_auto_test: # # 92% tests passed, 1 tests failed out of 12 dh_auto_test || true +endif -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libbpp-phyl.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
