Updated Command line (markdown)

philsquared
2012-11-06 11:33:14 -08:00
parent 135aa5b272
commit 97dbe632f4

@@ -72,13 +72,13 @@ Each tag is enclosed in square brackets. A series of tags form an AND expression
-g [one][two],[three]
This matches all tests tagged [one] and [two], as well as all tests tagged [three].
This matches all tests tagged `[one]` and `[two]`, as well as all tests tagged `[three]`.
Tags can be negated with the ~ character. This removed matching tests from the set. e.g.:
Tags can be negated with the `~` character. This removed matching tests from the set. e.g.:
-g [one]~[two]
matches all tests tagged [one], except those also tagged [two]
matches all tests tagged `[one]`, except those also tagged `[two]`
<a name="reporter" />
## Choosing a reporter to use