Skip to content

Commit 8defa5d

Browse files
authored
Merge pull request #19442 from adrian-prantl/dotest
2 parents e0163bd + 3988565 commit 8defa5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/build-script-impl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2935,15 +2935,15 @@ for host in "${ALL_HOSTS[@]}"; do
29352935
call "${llvm_build_dir}/bin/llvm-lit" \
29362936
"${lldb_build_dir}/lit" -sv \
29372937
--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}\""
29392939
if [[ -x "${LLDB_TEST_SWIFT_COMPATIBILITY}" ]] ; then
29402940
echo "Running LLDB swift compatibility tests against" \
29412941
"${LLDB_TEST_SWIFT_COMPATIBILITY}"
29422942
with_pushd ${results_dir} \
29432943
call "${llvm_build_dir}/bin/llvm-lit" \
29442944
"${lldb_build_dir}/lit" -sv \
29452945
--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}\""
29472947
fi
29482948
else
29492949
with_pushd "${results_dir}" \

0 commit comments

Comments
 (0)