mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 20:27:11 +01:00 
			
		
		
		
	Improve documentation for --min-duration
This commit is contained in:
		| @@ -224,7 +224,13 @@ When set to ```yes``` Catch will report the duration of each test case, in milli | ||||
|  | ||||
| <pre>-D, --min-duration <value></pre> | ||||
|  | ||||
| When set, Catch will report the duration of each test case that took more than <value> seconds, in milliseconds. | ||||
| > `--min-duration` was [introduced](https://github.com/catchorg/Catch2/pull/1910) in Catch X.Y.Z | ||||
|  | ||||
| When set, Catch will report the duration of each test case that took more | ||||
| than <value> seconds, in milliseconds. This option is overriden by both | ||||
| `-d yes` and `-d no`, so that either all durations are reported, or none | ||||
| are. | ||||
|  | ||||
|  | ||||
| <a id="input-file"></a> | ||||
| ## Load test names to run from a file | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Martin Hořeňovský
					Martin Hořeňovský