don't run verbose mapnik-config tests

This commit is contained in:
Dane Springmeyer 2011-08-30 22:36:06 +00:00
parent fe5b6be2f7
commit 509d120193

View file

@ -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]