auto merge of #9738 : catamorphism/rust/rustpkg-test-docs-need-to-submit, r=alexcrichton
r? anybody Talk about `rustpkg test` in the tutorial, and update its usage message. @steveklabnik, it would be great if you could look this over :-)
This commit is contained in:
commit
d5e5d22bdb
2 changed files with 51 additions and 3 deletions
|
|
@ -141,9 +141,9 @@ information.");
|
|||
pub fn test() {
|
||||
io::println("rustpkg [options..] test
|
||||
|
||||
Build all targets described in the package script in the current directory
|
||||
with the test flag. The test bootstraps will be run afterwards and the output
|
||||
and exit code will be redirected.
|
||||
Build all test crates in the current directory with the test flag.
|
||||
Then, run all the resulting test executables, redirecting the output
|
||||
and exit code.
|
||||
|
||||
Options:
|
||||
-c, --cfg Pass a cfg flag to the package script");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue