[med-svn] [jellyfish] 01/01: still build tests even if they aren't run

Michael Crusoe misterc-guest at moszumanska.debian.org
Sat Sep 19 06:25:51 UTC 2015


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

misterc-guest pushed a commit to branch master
in repository jellyfish.

commit 5ee763efc356a34c5e2deb6068e67c31901f31f5
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date:   Fri Sep 18 22:10:59 2015 -0700

    still build tests even if they aren't run
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index fa0768e..6280e70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,10 +28,10 @@ override_dh_clean:
 override_dh_auto_build:
 	mkdir -p debian/tmp_save_tests
 	cp -a tests/* debian/tmp_save_tests
-	dh_auto_build
+	dh_auto_build -- all bin/generate_sequence bin/test_all
 
 # jellyfish contains a *really* big test which should *not* run on autobuilders
 # if you have a *really* large machine you can try to activate this test by
 # uncommenting the following.
 #override_dh_auto_test:
-#	BIG=1 dh_auto_test	
\ No newline at end of file
+#	BIG=1 dh_auto_test	

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



More information about the debian-med-commit mailing list