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 e28c2e2 commit 811bdb4Copy full SHA for 811bdb4
utils/build-script-impl
@@ -2311,7 +2311,7 @@ if [[ "${INSTALLABLE_PACKAGE}" ]] ; then
2311
tar -c -z -f "${INSTALLABLE_PACKAGE}" --owner=0 --group=0 "${INSTALL_PREFIX/#\/}")
2312
fi
2313
if [[ "${TEST_INSTALLABLE_PACKAGE}" ]] ; then
2314
- PKG_TESTS_SOURCE_DIR="${WORKSPACE}/swift-package-tests"
+ PKG_TESTS_SOURCE_DIR="${WORKSPACE}/swift-integration-tests"
2315
PKG_TESTS_SANDBOX_PARENT="/tmp/swift_package_sandbox"
2316
2317
if [[ "$(uname -s)" == "Darwin" ]] ; then
0 commit comments