[Lldb-commits] [PATCH] D12587: Roll dosep.py parallel test runner into dotest.py command line

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 3 02:07:28 PDT 2015


labath added subscribers: chying, labath.
labath added a comment.

I very much like the direction this is going in. We will need to update our buildbots when this lands (we need to run dosep manually to setup remote testing), but I have tested this manually and didn't see any problems.


================
Comment at: test/dosep.py:503
@@ +502,3 @@
+        "Please call dotest.py directly.  The dosep.py-specific arguments "
+        "have been added under the Parallel processing arguments.")
+    sys.exit(128)
----------------
You should print a \n after this message.


http://reviews.llvm.org/D12587





More information about the lldb-commits mailing list