Skip to content

Commit 901c9c2

Browse files
committed
[DNM] PR testing check
1 parent cca73b2 commit 901c9c2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Utilities/build-using-self

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,21 @@ set -x
2828
# Perform package update in order to get the latest commits for the dependencies.
2929
swift package update
3030
swift build -c $CONFIGURATION
31-
swift test -c $CONFIGURATION --parallel
31+
#swift test -c $CONFIGURATION --parallel
3232

3333
# Run the integration tests with just built SwiftPM.
3434
export SWIFTPM_BIN_DIR=$(swift build -c $CONFIGURATION --show-bin-path)
3535
cd IntegrationTests
3636
# Perform package update in order to get the latest commits for the dependencies.
3737
swift package update
38-
$SWIFTPM_BIN_DIR/swift-test --parallel
39-
40-
if [ "$(uname)" == "Darwin" ]; then
41-
cd ..
42-
echo "Current working directory is ${PWD}"
43-
echo "Bootstrapping with the XCBuild codepath..."
44-
./Utilities/bootstrap build --release \
45-
--cross-compile-hosts macosx-arm64 \
46-
--skip-cmake-bootstrap \
47-
--swift-build-path "${SWIFTPM_BIN_DIR}/swift-build"
48-
fi
38+
$SWIFTPM_BIN_DIR/swift-test --parallel -v
39+
40+
#if [ "$(uname)" == "Darwin" ]; then
41+
# cd ..
42+
# echo "Current working directory is ${PWD}"
43+
# echo "Bootstrapping with the XCBuild codepath..."
44+
# ./Utilities/bootstrap build --release \
45+
# --cross-compile-hosts macosx-arm64 \
46+
# --skip-cmake-bootstrap \
47+
# --swift-build-path "${SWIFTPM_BIN_DIR}/swift-build"
48+
#fi

0 commit comments

Comments
 (0)