[Lldb-commits] [PATCH] D11816: Allow dosep.py to print full output of dotest.py, even when dotest succeeds.
Chaoren Lin via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 7 11:44:27 PDT 2015
chaoren added inline comments.
================
Comment at: test/dosep.py:95
@@ -79,1 +94,3 @@
+
+def update_progress(test_name, result):
global output_lock, test_counter, total_tests
----------------
The order of `test_name` and `result` here is different from the invocation.
http://reviews.llvm.org/D11816
More information about the lldb-commits
mailing list