Updated Command line (markdown)

philsquared
2010-12-30 08:50:21 -08:00
parent 70cdb1b07c
commit 4d7d314d87

@@ -5,7 +5,7 @@
</pre> </pre>
If you don't specify any tests on the command line then all registered tests are run. If you don't specify any tests on the command line then all registered tests are run.
Alternative use -t or --test to specify which tests to run. This option takes 1-n arguments, each of which specify a test case name or a pattern the matches any number of test case names. In general these are referred to as test specs. Quotes are optional for test specs, unless there are spaces, in which case they are required. Some examples: Alternatively use -t or --test to specify which tests to run. This option takes 1-n arguments (you can also supply the option as many times as you like), each of which specify a test case name or a pattern that matches any number of test case names. In general these are referred to as test specs. Quotes are optional for test specs, unless there are spaces - in which case they are required. Some examples:
<pre> <pre>
-t "example/first test" -t "example/first test"