fix -j option in run_tests.py

This commit is contained in:
Arvid Norberg
2013-06-16 15:52:49 +00:00
parent e87eeaed26
commit 68f9a84b3b

View File

@@ -206,7 +206,7 @@ def main():
timestamp = datetime.now()
tester_pool = Pool(processes=4)
tester_pool = Pool(processes=num_processes)
print '%d - %s - %s' % (revision, author, timestamp)