We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2b86e commit 4ec43ecCopy full SHA for 4ec43ec
Utilities/build-using-self
@@ -78,6 +78,7 @@ swift test -c $CONFIGURATION --parallel ${enable_swift_testing} ${enable_xctest}
78
79
# Run the integration tests with just built SwiftPM.
80
export SWIFTPM_BIN_DIR=$(swift build -c $CONFIGURATION --show-bin-path)
81
+echo "SWIFTPM_BIN_DIR is ${SWIFTPM_BIN_DIR}"
82
(
83
cd ${root_dir}/IntegrationTests
84
# Perform package update in order to get the latest commits for the dependencies.
0 commit comments