[Buildbot-commits] buildbot ChangeLog,1.594,1.595

Brian Warner warner at users.sourceforge.net
Mon Apr 17 20:43:48 UTC 2006


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

Modified Files:
	ChangeLog 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-502
Creator:  Brian Warner <warner at lothar.com>

handle SkipTest properly under Twisted-1.3.0

	* buildbot/twcompat.py (maybeWait): handle SkipTest properly when
	running under Twisted-1.3.0, otherwise skipped tests are reported
	as errors.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.594
retrieving revision 1.595
diff -u -d -r1.594 -r1.595
--- ChangeLog	17 Apr 2006 19:22:34 -0000	1.594
+++ ChangeLog	17 Apr 2006 20:43:46 -0000	1.595
@@ -1,5 +1,9 @@
 2006-04-17  Brian Warner  <warner at lothar.com>
 
+	* buildbot/twcompat.py (maybeWait): handle SkipTest properly when
+	running under Twisted-1.3.0, otherwise skipped tests are reported
+	as errors.
+
 	* all: use isinstance() instead of 'type(x) is foo', suggested by
 	Neal Norwitz
 





More information about the Commits mailing list