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