Skip to content

Commit 612d6ac

Browse files
committed
[build-script] Remove obsolete PM --build-tests
The `swiftpm/Utilities/bootstrap --build-tests` parameter was deprecated in swiftlang/swift-package-manager@ae91219 and is no longer used. Remove it to reduce confusion.
1 parent bf13150 commit 612d6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2109,7 +2109,7 @@ for deployment_target in "${STDLIB_DEPLOYMENT_TARGETS[@]}"; do
21092109
fi
21102110
echo "--- Running tests for ${product} ---"
21112111
set -x
2112-
"${swiftpm_bootstrap_command[@]}" --build-tests test
2112+
"${swiftpm_bootstrap_command[@]}" test
21132113
{ set +x; } 2>/dev/null
21142114
# As swiftpm tests itself, we break early here.
21152115
continue

0 commit comments

Comments
 (0)