ubuntutools/test/test_help.py: Blacklist --help test for check-mir, it

does not have help. Fixes FTBFS on the buildd.
This commit is contained in:
Martin Pitt 2011-01-13 20:14:52 -06:00
parent 15beff979f
commit 45317aa8e0
2 changed files with 8 additions and 0 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
ubuntu-dev-tools (0.111) UNRELEASED; urgency=low
* ubuntutools/test/test_help.py: Blacklist --help test for check-mir, it
does not have help. Fixes FTBFS on the buildd.
-- Martin Pitt <martin.pitt@ubuntu.com> Thu, 13 Jan 2011 20:14:35 -0600
ubuntu-dev-tools (0.110) natty; urgency=low
* doc/check-mir.1: Fix typo.

View File

@ -25,6 +25,7 @@ import setup
from ubuntutools.test import unittest
BLACKLIST = {
'check-mir': 'No Help',
'check-symbols': 'No Help',
'edit-patch': 'No Help',
'get-build-deps': 'No Help, runs sudo',