mirror of
https://github.com/google/nomulus.git
synced 2025-05-27 22:50:08 +02:00
* Output command test output as well as consuming it CommandTestCase currently consumes stdout & stderr for the command being tested. Unfortunately, this results in us not being able to see the command output. Add an output splitter so that output gets written to the original stream in addition to being captured. A simpler approach would be to print the captured data after command completion. However, this won't work for tests that become hung and also won't display results in real-time. Tested: Ran a command test with verboseTestOutput=true, verified that standard output was visible. * Save and restore original stdout/err in cmd tests We have to restore the original stdout/stderr print streams otherwise we end up nesting them across tests which eventually causes the RDE tests to OOM. |
||
---|---|---|
.. | ||
gradle/dependency-locks | ||
src | ||
build.gradle | ||
Dockerfile |