Skip to content

Commit 57dfde1

Browse files
Fix test/jenkins/test_build.py (#476)
Update the test after updating the build script configuration
1 parent 8741e96 commit 57dfde1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jenkins/test_build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
# CHECK-CMAKE: -DLLVM_BUILD_EXAMPLES=On
8484
# CHECK-CMAKE: '-DCMAKE_BUILD_TYPE=Debug'
8585
# CHECK-CMAKE: '-DLLVM_ENABLE_ASSERTIONS=Off'
86-
# CHECK-CMAKE: -DLLVM_LIT_ARGS=--xunit-xml-output=testresults.xunit.xml -v -vv --timeout=600
86+
# CHECK-CMAKE: -DLLVM_LIT_ARGS=--xunit-xml-output=testresults.xunit.xml -v -vv --time-tests --timeout=600
8787
# CHECK-CMAKE: '/usr/local/bin/ninja' '-v' 'all'
8888
# CHECK-CMAKE: '/usr/local/bin/ninja' '-v' '-k' '0' 'check-all'
8989

@@ -108,7 +108,7 @@
108108

109109
# RUN: env MAX_PARALLEL_TESTS=2 python %{src_root}/zorg/jenkins/build.py cmake all | FileCheck --check-prefix CHECK-CMAKE-2-TESTS %s
110110
# CHECK-CMAKE-2-TESTS: '/usr/local/bin/cmake' '-G' 'Ninja'
111-
# CHECK-CMAKE-2-TESTS: '-DLLVM_LIT_ARGS=--xunit-xml-output=testresults.xunit.xml -v -vv --timeout=600 -j 2'
111+
# CHECK-CMAKE-2-TESTS: '-DLLVM_LIT_ARGS=--xunit-xml-output=testresults.xunit.xml -v -vv --time-tests --timeout=600 -j 2'
112112

113113
# RUN: python %{src_root}/zorg/jenkins/build.py cmake all --cmake-type=RelWithDebugInfo | FileCheck --check-prefix CHECK-CMAKE-UPLOADS %s
114114
# CHECK-CMAKE-UPLOADS: @@@ Uploading Artifact @@@

0 commit comments

Comments
 (0)