This commit is contained in:
Martin Hořeňovský
2020-07-12 20:28:38 +02:00
parent 4c85248179
commit 7f21cc6c55
9 changed files with 94 additions and 39 deletions

View File

@@ -224,7 +224,7 @@ When set to ```yes``` Catch will report the duration of each test case, in milli
<pre>-D, --min-duration &lt;value></pre>
> `--min-duration` was [introduced](https://github.com/catchorg/Catch2/pull/1910) in Catch X.Y.Z
> `--min-duration` was [introduced](https://github.com/catchorg/Catch2/pull/1910) in Catch 2.13.0
When set, Catch will report the duration of each test case that took more
than &lt;value> seconds, in milliseconds. This option is overriden by both