We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622753d commit 7967ec1Copy full SHA for 7967ec1
utils/build-script-impl
@@ -3152,7 +3152,7 @@ for host in "${ALL_HOSTS[@]}"; do
3152
"${lldb_build_dir}/lit" \
3153
${LLVM_LIT_ARGS} \
3154
--xunit-xml-output=${results_dir}/results.xml \
3155
- --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}\""
+ --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
3156
fi
3157
else
3158
with_pushd "${results_dir}" \
0 commit comments