OpenSearch/qa/os/src/test
Ryan Ernst 7e9b957da5
Handle JAVA_HOME better in packaging tests (#62905)
JAVA_HOME is set as necessary in packaging tests, depending on whether
it is needed for no-jdk distributions or testing override behavior. We
currently rely on gradle finding java through PATH. However, JAVA_HOME
can sometimes be set by the system itself, which then leaks through to
the packaging test. This commit reworks our handling of JAVA_HOME to
pass it through for gradle, and then explicitly clear it whenever
running shell commands in packaging tests.
2020-09-24 17:01:29 -07:00
..
java/org/elasticsearch/packaging Handle JAVA_HOME better in packaging tests (#62905) 2020-09-24 17:01:29 -07:00
resources Fix log4j config for :qa:os tests (#62234) 2020-09-15 09:17:19 +01:00