[Buildbot-commits] buildbot ChangeLog,1.762,1.763

Brian Warner warner at users.sourceforge.net
Thu Oct 5 00:45:50 UTC 2006


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25037

Modified Files:
	ChangeLog 
Log Message:
[project @ PyFlakes: ignore initial output lines that weren't emitted by pyflakes]

Original author: warner at allmydata.com
Date: 2006-10-05 00:39:11

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.762
retrieving revision 1.763
diff -u -d -r1.762 -r1.763
--- ChangeLog	2 Oct 2006 00:13:40 -0000	1.762
+++ ChangeLog	5 Oct 2006 00:45:47 -0000	1.763
@@ -1,3 +1,11 @@
+2006-10-04  Brian Warner  <warner at lothar.com>
+
+	* buildbot/steps/python.py (PyFlakes.createSummary): skip any
+	initial lines that weren't emitted by pyflakes. When the pyflakes
+	command is run under a Makefile, 'make' will echo the command it
+	runs to stdio, and that was getting logged as a "misc" warning.
+	* buildbot/test/test_steps.py (Python.testPyFlakes2): test it
+
 2006-10-01  Brian Warner  <warner at lothar.com>
 
 	* buildbot/status/html.py (HtmlResource.render): if we get a





More information about the Commits mailing list