Hello Kudu Jenkins, Grant Henke,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/17479
to look at the new patch set (#2).
Change subject: [java] a property to show output while running a test
......................................................................
[java] a property to show output while running a test
While working on non-trivial and relatively long running test scenarios,
I found it's inconvenient that the test output isn't shown while a test
scenario is running. This patch introduces a new command-line property
'showTestOutput' to direct gradle outputting stdout and stderr from the
JVM on the console, so it's possible to do the standard stream
redirection and other stream manipulation in a command line shell.
An example of running a particular test scenario with the output
redirected to the console:
./gradlew -DshowTestOutput cleanTest :kudu-client:test --test ...
By default the property isn't set, so this patch preserves the original
behavior w.r.t. the output of running Java tests.
Change-Id: I82590957004eef427a19f36a32e903012ea220d4
---
M java/gradle/tests.gradle
1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/79/17479/2
--
To view, visit http://gerrit.cloudera.org:8080/17479
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I82590957004eef427a19f36a32e903012ea220d4
Gerrit-Change-Number: 17479
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)