-
Notifications
You must be signed in to change notification settings - Fork 1.4k
test helpers: do not use default build system #8975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
test helpers: do not use default build system #8975
Conversation
@swift-ci test |
7fe01c2
to
3a9edce
Compare
@swift-ci test |
3a9edce
to
a24442e
Compare
@swift-ci test |
@swift-ci test windows |
a24442e
to
a0b91c4
Compare
@swift-ci test |
@swift-ci test windows |
@swift-ci test self hosted windows |
a0b91c4
to
5e5fb4b
Compare
@swift-ci test |
@swift-ci test windows |
5e5fb4b
to
2958992
Compare
@swift-ci test self hosted |
2958992
to
e8f028f
Compare
@swift-ci test self hosted |
1 similar comment
@swift-ci test self hosted |
0218a5d
to
ba2b0e0
Compare
@swift-ci test self hosted |
ba2b0e0
to
a420bae
Compare
@swift-ci test |
a420bae
to
de79f86
Compare
@swift-ci test |
@swift-ci test windows |
de79f86
to
04360fb
Compare
@swift-ci test |
@swift-ci test windows |
04360fb
to
c8e9195
Compare
@swift-ci test |
@swift-ci test windows |
Many of the executeSwift* command helpers accept a build system provider, which was defaulted to the native build system. Since we are augmenting the tests to also run against the SwiftBuild, setting a default value may lead to an undesirable test behaviour. Update all the executeSwift* commands to no set a default build system provider, and update SwiftBuild tests accordingly.
c8e9195
to
2aab96f
Compare
@swift-ci test |
@swift-ci test windows |
Many of the
executeSwift*
command helpers accept a build system provider, which was defaulted to the native build system. Since we are augmenting the tests to also run against the SwiftBuild, setting a default value may lead to an undesirable test behaviour.Update all the
executeSwift*
commands to no set a default build system provider.