c5da2d
diff -up firefox-88.0/testing/xpcshell/runxpcshelltests.py.old firefox-88.0/testing/xpcshell/runxpcshelltests.py
c5da2d
--- firefox-88.0/testing/xpcshell/runxpcshelltests.py.old	2021-04-30 10:45:14.466616224 +0200
c5da2d
+++ firefox-88.0/testing/xpcshell/runxpcshelltests.py	2021-04-30 10:45:21.339525085 +0200
c5da2d
@@ -1382,8 +1382,8 @@ class XPCShellTests(object):
c5da2d
                         self.log.info("Process %s" % label)
c5da2d
                     self.log.info(msg)
c5da2d
 
c5da2d
-            dumpOutput(proc.stdout, "stdout")
c5da2d
-            dumpOutput(proc.stderr, "stderr")
c5da2d
+            #dumpOutput(proc.stdout, "stdout")
c5da2d
+            #dumpOutput(proc.stderr, "stderr")
c5da2d
         self.nodeProc = {}
c5da2d
 
c5da2d
     def startHttp3Server(self):