Skip to content
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

Give test and main tasks better names #10204

Merged
merged 1 commit into from
Nov 1, 2013

Conversation

alexcrichton
Copy link
Member

Tests now have the same name as the test that they're running (to allow for
easier diagnosing of failure sources), and the main task is now specially named
<main> instead of <unnamed>.

Closes #10195
Closes #10073

Tests now have the same name as the test that they're running (to allow for
easier diagnosing of failure sources), and the main task is now specially named
<main> instead of <unnamed>.

Closes rust-lang#10195
Closes rust-lang#10073
bors added a commit that referenced this pull request Nov 1, 2013
Tests now have the same name as the test that they're running (to allow for
easier diagnosing of failure sources), and the main task is now specially named
`<main>` instead of `<unnamed>`.

Closes #10195
Closes #10073
@bors bors closed this Nov 1, 2013
@bors bors merged commit e2a68b6 into rust-lang:master Nov 1, 2013
@alexcrichton alexcrichton deleted the better-names branch November 1, 2013 19:49
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.

test runner tasks could take their name from the test's name Main task should not be called '<unnamed>'
2 participants