about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-10-05 22:46:34 -0700
committerbors <bors@rust-lang.org>2013-10-05 22:46:34 -0700
commitd5e5d22bdb0299950d38c24d2c1503addf4f898d (patch)
treeecfeec220c730550d95c9afa19dc6717e734a5ca /src
parent0114ab631dadaa05f04b5bad89cfc08e673b8c4f (diff)
parent8ba148b295bfaf6198ce4ce34c9eb6b93346c092 (diff)
downloadrust-d5e5d22bdb0299950d38c24d2c1503addf4f898d.tar.gz
rust-d5e5d22bdb0299950d38c24d2c1503addf4f898d.zip
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 :-)
Diffstat (limited to 'src')
-rw-r--r--src/librustpkg/usage.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/librustpkg/usage.rs b/src/librustpkg/usage.rs
index a8126b49716..4b10451c813 100644
--- a/src/librustpkg/usage.rs
+++ b/src/librustpkg/usage.rs
@@ -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");