Merge branch 'develop' into patch/JAL-4110_stdout_for_tests
[jalview.git] / build.gradle
index 8ac2757..4aa019c 100644 (file)
@@ -1851,6 +1851,7 @@ tasks.withType(Test).matching {t -> t.getName().startsWith("testTask")}.all { te
     showExceptions true
     showCauses true
     showStackTraces true
+    showStandardStreams true
 
     info.events = [ TestLogEvent.FAILED ]
   }