JAL-3599 Not redirecting STDOUT or STDERR just for build server debuggin
authorBen Soares <b.soares@dundee.ac.uk>
Fri, 9 Jun 2023 10:02:34 +0000 (11:02 +0100)
committerBen Soares <b.soares@dundee.ac.uk>
Fri, 9 Jun 2023 10:02:34 +0000 (11:02 +0100)
build.gradle

index 6517f43..23f3a7b 100644 (file)
@@ -4261,6 +4261,7 @@ task jalviewjsLaunchTest(type: Exec) {
     jalviewjsStderrLaunchFilename
   ])
 
+  /*
   standardOutput = new ByteArrayOutputStream()
   errorOutput = new ByteArrayOutputStream()
   
@@ -4280,8 +4281,8 @@ task jalviewjsLaunchTest(type: Exec) {
       }
     }
     if (!found) {
-      
       throw new GradleException("Could not find evidence of Desktop launch in JalviewJS.")
     }
   }
+  */
 }