diff options
| author | Daniel Malea <daniel.malea@intel.com> | 2013-02-20 21:31:47 +0000 |
|---|---|---|
| committer | Daniel Malea <daniel.malea@intel.com> | 2013-02-20 21:31:47 +0000 |
| commit | 64c2e69809bc09db413abc740c0bc881ade2d39e (patch) | |
| tree | d7d687ffd6f5d9bf23651c41b00088c11df54fa7 /lldb | |
| parent | d15cd2a11cf2c06cc4b7e7da4de39f9713aa8f68 (diff) | |
| download | bcm5719-llvm-64c2e69809bc09db413abc740c0bc881ade2d39e.tar.gz bcm5719-llvm-64c2e69809bc09db413abc740c0bc881ade2d39e.zip | |
Add logging of which test cases are run (through dosep) to help diagnose any hangs/crashes in the buildbots.
llvm-svn: 175669
Diffstat (limited to 'lldb')
| -rwxr-xr-x | lldb/test/dosep.ty | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/test/dosep.ty b/lldb/test/dosep.ty index 9f363b8ea46..d1fb1179aa2 100755 --- a/lldb/test/dosep.ty +++ b/lldb/test/dosep.ty @@ -27,8 +27,7 @@ def walk_and_invoke(test_root, dotest_options): continue command = template % (test_root, dotest_options if dotest_options else "", name, root) - if "-v" in dotest_options: - print "Running %s" % (command) + print "Running %s" % (command) if 0 != os.system(command): failed.append(name) else: |

