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
testscript: exit 0 in runCoverSubcommand if -help is used
flag.ExitOnError will exit 0 for -h/-help, while the flag.PanicOnError
override in runCoverSubcommand was always exiting 2, making the
success/failure of running a command with -hhelp depend on whether
coverage is active.
0 commit comments