You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
,hide_successes = def &= help "Show only test failures"
76
+
,hide_successes = def &=explicit &= name "hide-successes"&=help "Show only test failures"
77
77
,xmlout = def &= typ "FILE"&= help "Specify file to store test results in xml format."
78
78
,defmacro = def &= name "D"&= typ "D=DEF"&= help "Specify a macro that is evaluated by preprocessor before the test files are parsed. D stands for macro definition that is replaced with the value of DEF."
79
79
,include = def &= name "i"&= typ "PAT"&= help "Include tests whose name contains this glob pattern"
@@ -87,6 +87,7 @@ argdefs = Args {
87
87
,debug_parse = def &= help "Show test file parsing info and stop"
88
88
,testpaths = def &= args &= typ "TESTFILES|TESTDIRS"
0 commit comments