forked from OSchip/llvm-project
Cleanup test output when run via cmake/make check targets
llvm-svn: 181735
This commit is contained in:
parent
e55d9492e3
commit
09ec3a51c6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue