File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3122,7 +3122,7 @@ for host in "${ALL_HOSTS[@]}"; do
31223122 with_pushd ${results_dir} \
31233123 call " ${llvm_build_dir} /bin/llvm-lit" \
31243124 " ${lldb_build_dir} /lit" \
3125- ${LLVM_LIT_ARGS} \
3125+ ${LLVM_LIT_ARGS} -v --time-tests \
31263126 --xunit-xml-output=${results_dir} /results.xml \
31273127 --param dotest-args=" --build-dir ${lldb_build_dir} /lldb-test-build.noindex ${LLDB_TEST_SUBDIR_CLAUSE} ${LLDB_TEST_CATEGORIES} -t -E \" ${DOTEST_EXTRA} \" "
31283128 if [[ -x " ${LLDB_TEST_SWIFT_COMPATIBILITY} " ]] ; then
@@ -3131,7 +3131,7 @@ for host in "${ALL_HOSTS[@]}"; do
31313131 with_pushd ${results_dir} \
31323132 call " ${llvm_build_dir} /bin/llvm-lit" \
31333133 " ${lldb_build_dir} /lit" \
3134- ${LLVM_LIT_ARGS} \
3134+ ${LLVM_LIT_ARGS} -v --time-tests \
31353135 --xunit-xml-output=${results_dir} /results.xml \
31363136 --param dotest-args=" --build-dir ${lldb_build_dir} /lldb-test-build.noindex ${LLDB_TEST_SUBDIR_CLAUSE} ${LLDB_TEST_CATEGORIES} -G swift-history --swift-compiler \" ${LLDB_TEST_SWIFT_COMPATIBILITY} \" -t -E \" ${DOTEST_EXTRA} \" " --filter=compat
31373137 fi
You can’t perform that action at this time.
0 commit comments