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.
2 parents 4d128b1 + 7967ec1 commit 6914e6eCopy full SHA for 6914e6e
utils/build-script-impl
@@ -3154,7 +3154,7 @@ for host in "${ALL_HOSTS[@]}"; do
3154
"${lldb_build_dir}/lit" \
3155
${LLVM_LIT_ARGS} \
3156
--xunit-xml-output=${results_dir}/results.xml \
3157
- --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
3158
fi
3159
else
3160
with_pushd "${results_dir}" \
0 commit comments