1
0
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:
Dennis Skinner
2023-12-03 23:02:09 -05:00
parent fcb4e53c36
commit 049ddda615

View File

@@ -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",
],
}
},