Skip to content

Commit 953e13f

Browse files
committed
Merge pull request #1547 from apple/build-script-swiftpm-build-tests
[build-script] Remove obsolete PM --build-tests
2 parents 40f0c7c + 612d6ac commit 953e13f

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)