forked from premiere/premiere-libtorrent
fix tester output
This commit is contained in:
parent
4a95b06316
commit
fd77101723
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue