[glib/mjog/1908-gtest-skip-suites: 1/2] gtestutils: Fix documentation bug



commit cca92a1a239c22c75a509a3164a9aa75c9c1f3cb
Author: Michael Gratton <mike vee net>
Date:   Thu Oct 17 11:33:35 2019 +1100

    gtestutils: Fix documentation bug
    
    Tests with '/subprocess' can only be forced to run by `-p`, not `-s`.

 glib/gtestutils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glib/gtestutils.c b/glib/gtestutils.c
index 1010dcc1b..43fba1a53 100644
--- a/glib/gtestutils.c
+++ b/glib/gtestutils.c
@@ -1415,9 +1415,9 @@ test_rm_isolate_dirs (void)
  * - `--verbose`: Run tests verbosely.
  * - `-q`, `--quiet`: Run tests quietly.
  * - `-p PATH`: Execute all tests matching the given path.
- * - `-s PATH`: Skip all tests matching the given path.
  *   This can also be used to force a test to run that would otherwise
  *   be skipped (ie, a test whose name contains "/subprocess").
+ * - `-s PATH`: Skip all tests matching the given path.
  * - `-m {perf|slow|thorough|quick|undefined|no-undefined}`: Execute tests according to these test modes:
  *
  *   `perf`: Performance tests, may take long and report results (off by default).


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]