[zorg] r308381 - Display arguments passed to dotest.py
Tim Hammerquist via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 18 14:31:54 PDT 2017
Author: penryu
Date: Tue Jul 18 14:31:54 2017
New Revision: 308381
URL: http://llvm.org/viewvc/llvm-project?rev=308381&view=rev
Log:
Display arguments passed to dotest.py
Modified:
zorg/trunk/zorg/jenkins/build.py
Modified: zorg/trunk/zorg/jenkins/build.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/jenkins/build.py?rev=308381&r1=308380&r2=308381&view=diff
==============================================================================
--- zorg/trunk/zorg/jenkins/build.py (original)
+++ zorg/trunk/zorg/jenkins/build.py Tue Jul 18 14:31:54 2017
@@ -551,6 +551,7 @@ def lldb_builder():
header("Run LLDB Python-based test suite (x86_64 targets)")
# For the unit tests, we don't want to stop the build if there are
# build errors. We allow the JUnit/xUnit parser to pick this up.
+ print repr(python_testsuite_cmd_x86_64)
run_cmd_errors_okay("lldb", python_testsuite_cmd_x86_64)
footer()
More information about the llvm-commits
mailing list