File tree Expand file tree Collapse file tree 5 files changed +3
-6
lines changed Expand file tree Collapse file tree 5 files changed +3
-6
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ services:
4848
4949 test :
5050 << : *common
51- command : /bin/bash -cl "swift test --enable-test-discovery -- parallel"
51+ command : /bin/bash -cl "swift test --parallel"
5252
5353 bootstrap-clean :
5454 << : *common
Original file line number Diff line number Diff line change @@ -335,7 +335,6 @@ def test(args):
335335 note ("Testing" )
336336 parse_test_args (args )
337337 cmd = [os .path .join (args .bin_dir , "swift-test" )]
338- cmd .append ("--enable-test-discovery" )
339338 if args .parallel :
340339 cmd .append ("--parallel" )
341340 for arg in args .filter :
Original file line number Diff line number Diff line change 1515# Perform package update in order to get the latest commits for the dependencies.
1616swift package update
1717swift build -c $CONFIGURATION
18- swift test -c $CONFIGURATION --parallel --enable-test-discovery
18+ swift test -c $CONFIGURATION --parallel
1919
2020# Run the integration tests with just built SwiftPM.
2121export SWIFTPM_BIN_DIR=$( swift build -c $CONFIGURATION --show-bin-path)
2222cd IntegrationTests
23- $SWIFTPM_BIN_DIR /swift-test --parallel --enable-test-discovery
23+ $SWIFTPM_BIN_DIR /swift-test --parallel
You can’t perform that action at this time.
0 commit comments