mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
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:
parent
15beff979f
commit
45317aa8e0
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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.
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user