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 @@ -2935,15 +2935,15 @@ for host in "${ALL_HOSTS[@]}"; do
2935
2935
call " ${llvm_build_dir} /bin/llvm-lit" \
2936
2936
" ${lldb_build_dir} /lit" -sv \
2937
2937
--xunit-xml-output=${results_dir} /results.xml \
2938
- --param dotest-args=" --build-dir ${lldb_build_dir} /lldb-test-build.noindex ${LLDB_TEST_SUBDIR_CLAUSE} ${LLDB_TEST_CATEGORIES} -E \" ${DOTEST_EXTRA} \" "
2938
+ --param dotest-args=" --build-dir ${lldb_build_dir} /lldb-test-build.noindex ${LLDB_TEST_SUBDIR_CLAUSE} ${LLDB_TEST_CATEGORIES} -t - E \" ${DOTEST_EXTRA} \" "
2939
2939
if [[ -x " ${LLDB_TEST_SWIFT_COMPATIBILITY} " ]] ; then
2940
2940
echo " Running LLDB swift compatibility tests against" \
2941
2941
" ${LLDB_TEST_SWIFT_COMPATIBILITY} "
2942
2942
with_pushd ${results_dir} \
2943
2943
call " ${llvm_build_dir} /bin/llvm-lit" \
2944
2944
" ${lldb_build_dir} /lit" -sv \
2945
2945
--xunit-xml-output=${results_dir} /results.xml \
2946
- --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} \" -E \" ${DOTEST_EXTRA} \" "
2946
+ --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} \" "
2947
2947
fi
2948
2948
else
2949
2949
with_pushd " ${results_dir} " \
You can’t perform that action at this time.
0 commit comments