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