Merge branch 'develop' into improvement/JAL-3783_upgrade_to_groovy-4
[jalview.git] / build.gradle
index 0a7fe70..e5abc77 100644 (file)
@@ -1851,7 +1851,9 @@ tasks.withType(Test).matching {t -> t.getName().startsWith("testTask")}.all { te
     showExceptions true
     showCauses true
     showStackTraces true
-
+    if (test_output) {
+      showStandardStreams true
+    }
     info.events = [ TestLogEvent.FAILED ]
   }