mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
fix the test
This commit is contained in:
parent
81f78af152
commit
2a75b44bc5
@ -5455,7 +5455,7 @@ fn invalid_jobs() {
|
|||||||
|
|
||||||
p.cargo("build --jobs 0")
|
p.cargo("build --jobs 0")
|
||||||
.with_status(101)
|
.with_status(101)
|
||||||
.with_stderr_contains("error: jobs must not be zero")
|
.with_stderr_contains("error: jobs may not be 0")
|
||||||
.run();
|
.run();
|
||||||
|
|
||||||
p.cargo("build --jobs over9000")
|
p.cargo("build --jobs over9000")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user