JAL-3599 Not redirecting STDOUT or STDERR just for build server debuggin
[jalview.git] / 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.")
     }
   }
+  */
 }