On Sun, Apr 26, 2009 at 4:41 AM, Ruben Kerkhof <[email protected]> wrote: > > Is there a way to run a single test by hand from the buildbot > directory so I can debug this?
Yes -- "python ./setup.py test -s allmydata.test.test_cli.Backup.test_backup" Which I also mentioned in this message: http://allmydata.org/pipermail/tahoe-dev/2009-April/001642.html > I was also wondering if the build could use virtualenv to start with a > clean environment, because now it sometimes picks up eggs on the > systempath. That's an interesting idea. Currently the buildbot just says "python ./setup.py build" (e.g. [1]) and "python ./setup.py test" (e.g. [2]). It would be nicest if buildslaves that used virtualenv could arrange it so that "python" executed in a virtualenv instead of the system python. Is that possible? Regards, Zooko [1] http://allmydata.org/buildbot/builders/Ruben%20Fedora/builds/77/steps/build/logs/stdio [2] http://allmydata.org/buildbot/builders/Ruben%20Fedora/builds/77/steps/test/logs/stdio _______________________________________________ tahoe-dev mailing list [email protected] http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev
