Last active
September 17, 2018 19:59
-
-
Save benwtrent/5c4181b52b277715eeb201b8716b37f6 to your computer and use it in GitHub Desktop.
ML HLRC test running help
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
#These should be deprecated when things are moved out of the protocol package | |
./gradlew x-pack:protocol:checkStyle | |
./gradlew x-pack:protocol:test | |
./gradlew :client:rest-high-level:checkStyle | |
./gradlew :client:rest-high-level:test | |
./gradlew :client:rest-high-level:integTest -Dtests.class=org.elasticsearch.client.documentation.MlClientDocumentationIT | |
./gradlew :client:rest-high-level:integTest -Dtests.class=org.elasticsearch.client.MachineLearningIT | |
../docs/build_docs.pl --doc docs/java-rest/index.asciidoc --open |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment