OpenSearch/buildSrc
Ryan Ernst 9d4aff524c Build: Split output for jrunscript to stdout and stderr (#23553)
While trying to improve the failure output in #23547, the stderr was
also captured from jrunscript. This was under the assumption that stderr
is only written to in case of an error. However, with java 9, when
JAVA_TOOL_OPTIONS are set, they are output to stderr. And our CI sets
JAVA_TOOL_OPTIONS for some reason. This commit fixes the jrunscript call
to use a separate buffer for stderr.
2017-03-12 08:20:32 -07:00
..
src Build: Split output for jrunscript to stdout and stderr (#23553) 2017-03-12 08:20:32 -07:00
.gitignore Build: Add fake project to include buildSrc as normal project 2016-05-06 22:26:15 -07:00
build.gradle Build: Support mavenLocal flag in buildSrc (#23157) 2017-02-14 21:31:56 -08:00
version.properties Test: Upgrade randomized runner to 2.5.0 (#23513) 2017-03-09 11:56:43 -08:00