This is an automated email from the git hooks/post-receive script. tille pushed a commit to tag debian/2.1.4-1 in repository jellyfish1.
commit 75b1ce7bb3778c03977c094be022e068af1c5676 Author: Andreas Tille <[email protected]> Date: Wed Oct 8 14:01:01 2014 +0200 Add comment how to activate a *really* big test (which I interrupted on a machine featuring 12GB memory) --- debian/rules | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/rules b/debian/rules index 1ccf5f9..7e6c876 100755 --- a/debian/rules +++ b/debian/rules @@ -20,3 +20,9 @@ override_dh_auto_build: mkdir -p debian/tmp_save_tests cp -a tests/* debian/tmp_save_tests dh_auto_build + +# 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/jellyfish1.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
