[med-svn] [jellyfish1] 01/06: still build tests even if they aren't run
Andreas Tille
tille at debian.org
Tue Nov 17 07:42:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to tag debian/2.2.4-1
in repository jellyfish1.
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/jellyfish1.git
More information about the debian-med-commit
mailing list