[Buildbot-commits] buildbot ChangeLog,1.670,1.671
Brian Warner
warner at users.sourceforge.net
Tue Jun 20 08:08:53 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14620
Modified Files:
ChangeLog
Log Message:
[project @ tests: run commands from _trial_temp, not buildbot/test/]
Original author: warner at lothar.com
Date: 2006-06-20 03:57:27
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.670
retrieving revision 1.671
diff -u -d -r1.670 -r1.671
--- ChangeLog 20 Jun 2006 08:08:45 -0000 1.670
+++ ChangeLog 20 Jun 2006 08:08:51 -0000 1.671
@@ -1,5 +1,20 @@
2006-06-19 Brian Warner <warner at lothar.com>
+ * buildbot/test/emit.py: write to a logfile in the current
+ directory. We use this to figure out what was used as a basedir
+ rather than looking to see which copy of emit.py gets run, so that
+ we can run the commands from inside _trial_temp rather than inside
+ buildbot/test
+ * buildbot/test/subdir/emit.py: same
+ * buildbot/test/runutils.py (FakeSlaveBuilder): take a 'basedir'
+ argument rather than running from buildbot/test/
+ (SlaveCommandTestBase.setUpBuilder): explicitly set up the Builder
+ rather than using an implicit setUp()
+ * buildbot/test/test_slavecommand.py (ShellBase.setUp): same
+ (ShellBase.testShell1, etc): use explicit path to emit.py instead
+ of assuming that we're running in buildbot/test/ (and that '.' is
+ on our $PATH)
+
* buildbot/slave/commands.py (Command.doStart): refactor Command
startup/completion a bit: now the SlaveBuilder calls doStart(),
which is not meant for overridding by subclasses, and doStart()
More information about the Commits
mailing list