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