JAL-4110 allow configuration of stdout/err test output via -Ptest_output=1 and update...
[jalview.git] / doc / building.md
index 34d5d67..b02fd89 100644 (file)
@@ -350,7 +350,13 @@ To exclude one or more groups of tests, add them as a comma separated list in te
 ```bash
 gradle test -PtestngExcludedGroups=Not-bamboo
 ```
+#### Viewing stdout and stderr for tests
 
+By default, gradle doesn't report any of the output or error streams produced by tests. You can enable output by setting the following:
+
+```bash
+gradle test -Ptest_output=1
+```
 
 ### Installer packaging with *install4j*