Skip to content

Add a uitest subcommand to simplify UI test invocation #3748

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

Merged
merged 1 commit into from
Feb 9, 2019

Conversation

phansch
Copy link
Member

@phansch phansch commented Feb 8, 2019

This makes running single tests a lot easier.

It's now

TESTNAME=xxx cargo uitest

instead of

TESTNAME=xxx cargo test --test compile-test

This allows to run

`TESTNAME=xxx cargo uitest`

instead of

`TESTNAME=xxx cargo test --test-compile-test`
@oli-obk
Copy link
Contributor

oli-obk commented Feb 8, 2019

@bors r+

@bors
Copy link
Contributor

bors commented Feb 8, 2019

📌 Commit f934f98 has been approved by oli-obk

@bors
Copy link
Contributor

bors commented Feb 8, 2019

⌛ Testing commit f934f98 with merge 410a8f0...

bors added a commit that referenced this pull request Feb 8, 2019
Add a uitest subcommand to simplify UI test invocation

This makes running single tests a lot easier.

It's now

`TESTNAME=xxx cargo uitest`

instead of

`TESTNAME=xxx cargo test --test-compile-test`
@bors
Copy link
Contributor

bors commented Feb 8, 2019

💔 Test failed - status-appveyor

@phansch
Copy link
Member Author

phansch commented Feb 9, 2019

@bors retry

@bors
Copy link
Contributor

bors commented Feb 9, 2019

⌛ Testing commit f934f98 with merge 77435f9...

bors added a commit that referenced this pull request Feb 9, 2019
Add a uitest subcommand to simplify UI test invocation

This makes running single tests a lot easier.

It's now

`TESTNAME=xxx cargo uitest`

instead of

`TESTNAME=xxx cargo test --test compile-test`
@bors
Copy link
Contributor

bors commented Feb 9, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: oli-obk
Pushing 77435f9 to master...

@bors bors merged commit f934f98 into rust-lang:master Feb 9, 2019
@phansch phansch deleted the uitest branch February 9, 2019 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants