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
PR [grosser#884](grosser#884) combined
both `verbose-process-command` and `verbose-rerun-command` into
`verbose-command` This PR updates the Readme to reflect that change
Copy file name to clipboardExpand all lines: Readme.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -249,8 +249,7 @@ Options are:
249
249
--first-is-1 Use "1" as TEST_ENV_NUMBER to not reuse the default test environment
250
250
--fail-fast Stop all groups when one group fails (best used with --test-options '--fail-fast' if supported
251
251
--verbose Print debug output
252
-
--verbose-process-command Displays only the command that will be executed by each process
253
-
--verbose-rerun-command When there are failures, displays the command executed by each process that failed
252
+
--verbose-command Displays the command that will be executed by each process and when there are failures displays the command executed by each process that failed
0 commit comments