-
Notifications
You must be signed in to change notification settings - Fork 204
Enable integration tests in build-script-helper.py #511
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
Enable integration tests in build-script-helper.py #511
Conversation
Pretty sure the only integration tests we have are lit tests which also requires |
Hm, are there no other integration tests at all? I was planning on adding the |
@swift-ci please test |
Added a |
@swift-ci please test |
50943bf
to
4733a8c
Compare
@swift-ci please test and merge |
Would it be possible to also run Swift PR testing (smoketest and toolchain)? |
@@ -191,6 +191,10 @@ def handle_invocation(args): | |||
test_args += ['-Xswiftc', '-enable-testing'] | |||
if should_test_parallel(): | |||
test_args += ['--parallel'] | |||
# The test suite consults these variables to control what tests get run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(optional) The comment could expand on why in this situation it's ok to opt in into those tests (basically the first part of the PR description)
@swift-ci please test |
This will enable the swift build-script test runs to get a more complete run—"enable integration tests" seems in-line with the scope of other projects test runs.