Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Commit

Permalink
Merge pull request #464 from gamechanger/tnt-test-docs
Browse files Browse the repository at this point in the history
Fix option ordering on test docs.
  • Loading branch information
thieman committed Jul 31, 2015
2 parents 5797c50 + 0b3e69e commit 1be2011
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,12 +297,14 @@ Allow you to run tests in an isolated container for an app or a lib.
If args are passed, default arguments are dropped
Usage:
test <app_or_lib_name> [<suite_name>] [<args>...] [--recreate]
test [options] <app_or_lib_name> [<suite_name>] [<args>...]
Options:
<suite_name> Name of the test suite you would like to run
If `all` is specified, all suites in the spec will be run
<args> A list of arguments to be passed to the test script
--recreate Ensures that the testing image will be recreated
--no-pull Do not pull dusty managed repos from remotes.
Examples:
To call test suite frontend with default arguments:
Expand Down
2 changes: 1 addition & 1 deletion dusty/cli/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
If args are passed, default arguments are dropped
Usage:
test [options] <app_or_lib_name> [<suite_name>] [<args>...] [--recreate] [--no-pull]
test [options] <app_or_lib_name> [<suite_name>] [<args>...]
Options:
<suite_name> Name of the test suite you would like to run
Expand Down

0 comments on commit 1be2011

Please sign in to comment.