From a004423c7f4846fadacf631ec05b3b412ef8c201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sun, 12 Jul 2020 16:27:55 +0200 Subject: [PATCH] Improve documentation for --min-duration --- docs/command-line.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/command-line.md b/docs/command-line.md index 77e969b0..dd5150eb 100644 --- a/docs/command-line.md +++ b/docs/command-line.md @@ -224,7 +224,13 @@ When set to ```yes``` Catch will report the duration of each test case, in milli
-D, --min-duration <value>
-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. + ## Load test names to run from a file