mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 08:25:58 +01:00
Fix tests for new help verbiage
This commit is contained in:
@@ -1161,13 +1161,13 @@ RUNNER_TESTS = [
|
||||
:text => [
|
||||
"ERROR: Unknown Option z",
|
||||
"Options:",
|
||||
"-l List all tests",
|
||||
"-f TEST Only run tests with TEST in the name",
|
||||
"-n TEST Only run tests with TEST in the name",
|
||||
"-h Show this help menu",
|
||||
"-q Quiet/Decrease verbosity",
|
||||
"-v Increase verbosity",
|
||||
"-x TEST Exclude tests with TEST in the name",
|
||||
"-l List all tests and exit",
|
||||
"-f NAME Filter to run only tests whose name includes NAME",
|
||||
"-n NAME (deprecated) alias of -f",
|
||||
"-h show this Help menu",
|
||||
"-q Quiet/decrease verbosity",
|
||||
"-v increase Verbosity",
|
||||
"-x NAME eXclude tests whose name includes NAME",
|
||||
],
|
||||
}
|
||||
},
|
||||
@@ -1185,13 +1185,13 @@ RUNNER_TESTS = [
|
||||
:to_ignore => [ ],
|
||||
:text => [
|
||||
"Options:",
|
||||
"-l List all tests",
|
||||
"-f TEST Only run tests with TEST in the name",
|
||||
"-n TEST Only run tests with TEST in the name",
|
||||
"-h Show this help menu",
|
||||
"-q Quiet/Decrease verbosity",
|
||||
"-v Increase verbosity",
|
||||
"-x TEST Exclude tests with TEST in the name",
|
||||
"-l List all tests and exit",
|
||||
"-f NAME Filter to run only tests whose name includes NAME",
|
||||
"-n NAME (deprecated) alias of -f",
|
||||
"-h show this Help menu",
|
||||
"-q Quiet/decrease verbosity",
|
||||
"-v increase Verbosity",
|
||||
"-x NAME eXclude tests whose name includes NAME",
|
||||
],
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user