improve run_tests.py robustness as well as support cleaning of test directory after each full run-through of the tests

This commit is contained in:
Arvid Norberg
2013-06-20 03:20:02 +00:00
parent 7d49a0d148
commit a5926e5177
3 changed files with 29 additions and 4 deletions

View File

@@ -137,7 +137,7 @@ def parse_tests(rev_dir):
j = json.loads(open(f, 'rb').read())
timestamp = os.stat(f).st_mtime
except:
print 'FAILED TO LOAD "%s"' %f
print '\nFAILED TO LOAD "%s"\n' %f
continue
platform = platform_toolset[0]