[py-svn] r37001 - py/branch/config/py/test/rsession

fijal at codespeak.net fijal at codespeak.net
Fri Jan 19 16:07:11 CET 2007


Author: fijal
Date: Fri Jan 19 16:07:09 2007
New Revision: 37001

Modified:
   py/branch/config/py/test/rsession/reporter.py
Log:
Make it even bolder.


Modified: py/branch/config/py/test/rsession/reporter.py
==============================================================================
--- py/branch/config/py/test/rsession/reporter.py	(original)
+++ py/branch/config/py/test/rsession/reporter.py	Fri Jan 19 16:07:09 2007
@@ -241,7 +241,7 @@
             self.failed[host] += 1
             self.failed_tests_outcome.append(event)
             sys.stdout.write("%10s: " % host.hostname[:10])
-            ansi_print("FAILED", esc=31, newline=False, file=sys.stdout)
+            ansi_print("FAILED", esc=(31,1), newline=False, file=sys.stdout)
             print "  " + itempath
     
     def report_Nodes(self, event):



More information about the pytest-commit mailing list