JAL-4110 added line to build.gradle that allows stdout and stderr from tests to be... update/JAL-4108_212_testng_jar_update
authorJim Procter <j.procter@dundee.ac.uk>
Fri, 16 Dec 2022 16:46:14 +0000 (16:46 +0000)
committerJim Procter <j.procter@dundee.ac.uk>
Fri, 16 Dec 2022 16:46:14 +0000 (16:46 +0000)
build.gradle

index e7e6abb..2e09670 100644 (file)
@@ -1699,6 +1699,8 @@ test {
     excludeGroups testng_excluded_groups
     preserveOrder true
     useDefaultListeners=true
+    // Uncomment to show stdout and stderr for tests in gradle build output
+    // testLogging.showStandardStreams = true
   }
 
   maxHeapSize = "1024m"