fix tester output

This commit is contained in:
Arvid Norberg 2013-06-18 02:30:41 +00:00
parent 4a95b06316
commit fd77101723
1 changed files with 2 additions and 1 deletions

View File

@ -138,7 +138,6 @@ def run_tests(toolset, tests, features, options, test_dir, time_limit):
else: sys.stdout.write('X')
sys.stdout.flush()
print ''
return (toolset, results)
def print_usage():
@ -261,6 +260,8 @@ def main(argv):
# (toolset, r) = run_tests(toolset, tests, features, options, test_dir, time_limit)
# results.update(r)
print ''
# each file contains a full set of tests for one speific toolset and platform
f = open(os.path.join(rev_dir, build_platform + '#' + toolset + '.json'), 'w+')
print >>f, json.dumps(results)