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