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.
This commit is contained in:
parent
669dba27f8
commit
211bcc9456
1 changed files with 3 additions and 0 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue