Skip to content

Commit 811bdb4

Browse files
author
Mishal Awadah
committed
[build-script] Rename package-tests to integration-tests.
1 parent e28c2e2 commit 811bdb4

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
@@ -2311,7 +2311,7 @@ if [[ "${INSTALLABLE_PACKAGE}" ]] ; then
23112311
tar -c -z -f "${INSTALLABLE_PACKAGE}" --owner=0 --group=0 "${INSTALL_PREFIX/#\/}")
23122312
fi
23132313
if [[ "${TEST_INSTALLABLE_PACKAGE}" ]] ; then
2314-
PKG_TESTS_SOURCE_DIR="${WORKSPACE}/swift-package-tests"
2314+
PKG_TESTS_SOURCE_DIR="${WORKSPACE}/swift-integration-tests"
23152315
PKG_TESTS_SANDBOX_PARENT="/tmp/swift_package_sandbox"
23162316

23172317
if [[ "$(uname -s)" == "Darwin" ]] ; then

0 commit comments

Comments
 (0)