Commit df17106d authored by Denis Bilenko's avatar Denis Bilenko

testrunner: don't include test_support.py, it's not a test

parent e0106942
...@@ -254,6 +254,7 @@ def run_subprocess(arg, options): ...@@ -254,6 +254,7 @@ def run_subprocess(arg, options):
def spawn_subprocesses(options, args): def spawn_subprocesses(options, args):
if not args: if not args:
args = glob.glob('test_*.py') args = glob.glob('test_*.py')
args.remove('test_support.py')
fail = False fail = False
uname = platform.uname()[0] uname = platform.uname()[0]
for arg in args: for arg in args:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment