diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-19 13:44:07 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-19 13:44:07 -0400 |
commit | 214a7db1cfac7b4b3645a54ecf86e160c85f0660 (patch) | |
tree | 8f10b1b07687f0c25d3357d157d96da81faabc98 /debian/rules | |
parent | 1c96f4ef910164aa33a2e76b91c09890052ddc15 (diff) |
Oops, I forgot that the test suite would be run even though the tasty test framework is not out of NEW and not in the build dependencies.
The best fix is to put in an override_dh_auto_test that avoids running
make test.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 3a0511fa6..91854aa15 100755 --- a/debian/rules +++ b/debian/rules @@ -9,6 +9,9 @@ export RELEASE_BUILD=1 %: dh $@ +override_dh_auto_test: + echo test suite currently disabled until haskell-tasty is out of NEW + # Not intended for use by anyone except the author. announcedir: @echo ${HOME}/src/git-annex/doc/news |