don't run verbose mapnik-config tests
This commit is contained in:
parent
fe5b6be2f7
commit
509d120193
1 changed files with 5 additions and 2 deletions
|
@ -28,5 +28,8 @@ def test():
|
|||
eq_(0,call([mc,item]))
|
||||
|
||||
# errors should return 1
|
||||
eq_(1,call([mc,'']))
|
||||
eq_(1,call([mc,'foo']))
|
||||
#eq_(1,call([mc,'']))
|
||||
#eq_(1,call([mc,'foo']))
|
||||
|
||||
if __name__ == "__main__":
|
||||
[eval(run)() for run in dir() if 'test_' in run]
|
||||
|
|
Loading…
Reference in a new issue