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