Cleanup test output when run via cmake/make check targets

llvm-svn: 181735
This commit is contained in:
Daniel Malea 2013-05-13 21:37:02 +00:00
parent e55d9492e3
commit 09ec3a51c6
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ def walk_and_invoke(test_root, dotest_options):
continue
command = template % (test_root, dotest_options if dotest_options else "", name, root)
print "Running %s" % (command)
if 0 != os.system(command):
failed.append(name)
else: