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 44d35e0 commit e77e43fCopy full SHA for e77e43f
utils/buildbot-script.sh
@@ -480,7 +480,9 @@ for product in "${SWIFT_TEST_PRODUCTS[@]}" ; do
480
481
build_cmd=("$CMAKE" --build "${!_PRODUCT_BUILD_DIR}" -- ${BUILD_ARGS})
482
483
- "${build_cmd[@]}" ${BUILD_TARGET_FLAG} SwiftUnitTests
+ if [[ "${product}" != SourceKit ]] ; then
484
+ "${build_cmd[@]}" ${BUILD_TARGET_FLAG} SwiftUnitTests
485
+ fi
486
487
if [[ "${CMAKE_GENERATOR}" == Ninja ]] ; then
488
# Ninja buffers command output to avoid scrambling the output
0 commit comments