Skip to content

Commit

Permalink
Skip broken directory by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb committed Apr 6, 2011
1 parent f434632 commit 635d45d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtests.py
Expand Up @@ -212,6 +212,8 @@ def build_suite(self):
if os.path.isdir(path):
if filename == 'pyregr' and not self.with_pyregr:
continue
if filename == 'broken' and not self.test_bugs:
continue
suite.addTest(
self.handle_directory(path, filename))
if sys.platform not in ['win32']:
Expand Down

0 comments on commit 635d45d

Please sign in to comment.