mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Remove all mentions of the removed --list-test-names-only flag
This commit is contained in:
parent
3ab981fa21
commit
0d1bdea69f
@ -57,7 +57,6 @@ Click one of the following links to take you straight to that option - or scroll
|
|||||||
|
|
||||||
</br>
|
</br>
|
||||||
|
|
||||||
<a href="#list-test-names-only"> ` --list-test-names-only`</a><br />
|
|
||||||
<a href="#listing-available-tests-tags-or-reporters"> ` --list-reporters`</a><br />
|
<a href="#listing-available-tests-tags-or-reporters"> ` --list-reporters`</a><br />
|
||||||
<a href="#order"> ` --order`</a><br />
|
<a href="#order"> ` --order`</a><br />
|
||||||
<a href="#rng-seed"> ` --rng-seed`</a><br />
|
<a href="#rng-seed"> ` --rng-seed`</a><br />
|
||||||
@ -268,15 +267,13 @@ are.
|
|||||||
## Load test names to run from a file
|
## Load test names to run from a file
|
||||||
<pre>-f, --input-file <filename></pre>
|
<pre>-f, --input-file <filename></pre>
|
||||||
|
|
||||||
Provide the name of a file that contains a list of test case names - one per line. Blank lines are skipped and anything after the comment character, ```#```, is ignored.
|
Provide the name of a file that contains a list of test case names,
|
||||||
|
one per line. Blank lines are skipped.
|
||||||
|
|
||||||
A useful way to generate an initial instance of this file is to use the <a href="#list-test-names-only">list-test-names-only</a> option. This can then be manually curated to specify a specific subset of tests - or in a specific order.
|
A useful way to generate an initial instance of this file is to combine
|
||||||
|
the [`--list-tests`](#listing-available-tests-tags-or-reporters) flag with
|
||||||
<a id="list-test-names-only"></a>
|
the [`--verbosity quiet`](#output-verbosity) option. You can also
|
||||||
## Just test names
|
use test specs to filter this list down to what you want first.
|
||||||
<pre>--list-test-names-only</pre>
|
|
||||||
|
|
||||||
This option lists all available tests in a non-indented form, one on each line. This makes it ideal for saving to a file and feeding back into the <a href="#input-file">```-f``` or ```--input-file```</a> option.
|
|
||||||
|
|
||||||
|
|
||||||
<a id="order"></a>
|
<a id="order"></a>
|
||||||
|
Loading…
Reference in New Issue
Block a user