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
,diff = def &= name "d"&= help "Show differences between expected/actual output"
77
+
,precise = def &= help "Show expected/actual output precisely, with quoting"
76
78
,hide_successes = def &= explicit &= name "hide-successes"&= help "Show only test failures"
77
-
,xmlout = def &= typ "FILE"&= help "Specify file to store test results in xml format."
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
-
,include = def &= name "i"&= typ "PAT"&= help "Include tests whose name contains this glob pattern"
80
-
,exclude = def &= name "x"&= typ "STR"&= help "Exclude test files whose path contains STR"
81
-
,execdir = def &= help "Run tests from within the test file's directory"
79
+
,xmlout = def &= typ "FILE"&= help "Save test results to FILE in XML format."
80
+
,defmacro = def &= name "D"&= typ "D=DEF"&= help "Define a macro D to be replaced by DEF while parsing test files."
81
+
,execdir = def &= help "Run tests from within each test file's directory"
82
82
,extension =".test"&= typ "EXT"&= help "File suffix of test files (default: .test)"
83
-
,with = def &= typ "EXECUTABLE"&= help "Replace the first word of (unindented) test commands"
83
+
,with = def &= typ "EXE"&= help "Replace the first word of test commands with EXE (unindentedcommands only)"
84
84
,timeout = def &= name "o"&= typ "SECS"&= help "Number of seconds a test may run (default: no limit)"
85
85
,threads = def &= name "j"&= typ "N"&= help "Number of threads for running tests (default: 1)"
86
-
,debug = def &= help "Show debug info, for troubleshooting"
87
-
,debug_parse = def &= help "Show test file parsing info and stop"
86
+
,debug = def &= help "Show debug info while running"
87
+
,debug_parse = def &= help "Show test file parsing results and stop"
88
88
,testpaths = def &= args &= typ "TESTFILES|TESTDIRS"
0 commit comments