Skip to content

Commit 4ec43ec

Browse files
committed
Add more information to build-using-self script
1 parent 4b2b86e commit 4ec43ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Utilities/build-using-self

+1
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ swift test -c $CONFIGURATION --parallel ${enable_swift_testing} ${enable_xctest}
7878

7979
# Run the integration tests with just built SwiftPM.
8080
export SWIFTPM_BIN_DIR=$(swift build -c $CONFIGURATION --show-bin-path)
81+
echo "SWIFTPM_BIN_DIR is ${SWIFTPM_BIN_DIR}"
8182
(
8283
cd ${root_dir}/IntegrationTests
8384
# Perform package update in order to get the latest commits for the dependencies.

0 commit comments

Comments
 (0)