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
* The original test only coincidentally passed because the broken arg
parsing didn't actually modify the command-line:
* The -D argument _should_ have been consumed during argument parsing,
but wasn't, so remained in residual.
* The test app would not have outputted the -D argument had argument
parsing been working, since it only output the app args, not the
system properties.
* There is now a specific test each for the system properties and the
residual args.
Signed-off-by: Greg Symons <[email protected]>
0 commit comments