-
Notifications
You must be signed in to change notification settings - Fork 25.2k
port fix for windows command line options to master #16129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I don't think the change will be that difficult, but I would also wait until I've finished refactoring ES into a fixture. Part of that is to use ProcessBuilder instead of ant exec, at which point we will no longer use the pidfiles for correct test execution, and the command line qa test you have here can set the options and check the pid file itself. |
ok |
@rjernst does this still need doing? |
@brwe would you be able to port the tests to master please? |
ok |
This commit adds a test for command line options -p, --version and --help closes elastic#16129
superseded by #18475 |
This pr #15320
cannot be easily ported to master because we need to translate mvn/ant to gradle which might take me a little so I open an issue here.
The text was updated successfully, but these errors were encountered: