[Buildbot-commits] buildbot/buildbot/test test_steps.py,1.21,1.22
Brian Warner
warner at users.sourceforge.net
Tue Jun 20 16:08:49 UTC 2006
Update of /cvsroot/buildbot/buildbot/buildbot/test
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9200/buildbot/test
Modified Files:
test_steps.py
Log Message:
[project @ test_steps.py: update to include 'logfiles' argument sent to slave]
Original author: warner at lothar.com
Date: 2006-06-20 16:07:53
Index: test_steps.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/test/test_steps.py,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- test_steps.py 20 Jun 2006 08:08:32 -0000 1.21
+++ test_steps.py 20 Jun 2006 16:08:47 -0000 1.22
@@ -120,6 +120,7 @@
'workdir': "murkle",
'want_stdout': 1,
'want_stderr': 1,
+ 'logfiles': {},
'timeout': 10,
'env': None}) ] )
self.assertEqual(self.remote.events, expectedEvents)
More information about the Commits
mailing list