Author: Armin Rigo <[email protected]>
Branch:
Changeset: r73293:41824e6d3136
Date: 2014-09-04 00:31 +0200
http://bitbucket.org/pypy/pypy/changeset/41824e6d3136/
Log: Oups, it seems the buildbots use too much memory with this setting?
diff --git a/_pytest/resultlog.py b/_pytest/resultlog.py
--- a/_pytest/resultlog.py
+++ b/_pytest/resultlog.py
@@ -57,7 +57,7 @@
_safeprint("%s %s" % (lettercode, testpath), file=self.logfile)
for line in longrepr.splitlines():
_safeprint(" %s" % line, file=self.logfile)
- if sections is not None:
+ if 0 and sections is not None: # XXX XXX USES TOO MUCH MEMORY??
for title, content in sections:
_safeprint(" ---------- %s ----------" % (title,),
file=self.logfile)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit