aboutsummaryrefslogtreecommitdiff
path: root/zorg
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-08-31 00:03:10 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-08-31 00:03:10 +0000
commitc7357d1671c793c2b2dfcf7585cb0d94d6f0d5e6 (patch)
tree541b7e14194e9aeba23c7afc9a34e6326eb84fbc /zorg
parent88e49efe377fe729266d1b54703c74f7f23247a3 (diff)
[lldb-cmake] Time test and shuffle
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@370554 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'zorg')
-rw-r--r--zorg/jenkins/monorepo_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/zorg/jenkins/monorepo_build.py b/zorg/jenkins/monorepo_build.py
index 2a52d310..b2055f26 100644
--- a/zorg/jenkins/monorepo_build.py
+++ b/zorg/jenkins/monorepo_build.py
@@ -644,7 +644,7 @@ def lldb_cmake_standalone_builder(target):
if standalone_type == "install-tree":
external_lit = os.path.join(conf.builddir(), 'bin', 'llvm-lit')
- cmake_cmd.extend(['-DLLVM_LIT_ARGS=--xunit-xml-output={} -v'.format(results_file)])
+ cmake_cmd.extend(['-DLLVM_LIT_ARGS=--xunit-xml-output={} -v --time-tests --shuffle'.format(results_file)])
if conf.CC():
cmake_cmd.extend(['-DCMAKE_C_COMPILER=' + conf.CC(),