Merge branch 'develop' into patch/JAL-4110_stdout_for_tests
authorJames Procter <j.procter@dundee.ac.uk>
Sat, 21 Oct 2023 11:30:42 +0000 (12:30 +0100)
committerJames Procter <j.procter@dundee.ac.uk>
Sat, 21 Oct 2023 11:30:42 +0000 (12:30 +0100)
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 ]
   }