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
3122
3122
with_pushd ${results_dir} \
3123
3123
call " ${llvm_build_dir} /bin/llvm-lit" \
3124
3124
" ${lldb_build_dir} /lit" \
3125
- ${LLVM_LIT_ARGS} \
3125
+ ${LLVM_LIT_ARGS} -v --time-tests \
3126
3126
--xunit-xml-output=${results_dir} /results.xml \
3127
3127
--param dotest-args=" --build-dir ${lldb_build_dir} /lldb-test-build.noindex ${LLDB_TEST_SUBDIR_CLAUSE} ${LLDB_TEST_CATEGORIES} -t -E \" ${DOTEST_EXTRA} \" "
3128
3128
if [[ -x " ${LLDB_TEST_SWIFT_COMPATIBILITY} " ]] ; then
@@ -3131,7 +3131,7 @@ for host in "${ALL_HOSTS[@]}"; do
3131
3131
with_pushd ${results_dir} \
3132
3132
call " ${llvm_build_dir} /bin/llvm-lit" \
3133
3133
" ${lldb_build_dir} /lit" \
3134
- ${LLVM_LIT_ARGS} \
3134
+ ${LLVM_LIT_ARGS} -v --time-tests \
3135
3135
--xunit-xml-output=${results_dir} /results.xml \
3136
3136
--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
3137
3137
fi
You can’t perform that action at this time.
0 commit comments