[Buildbot-commits] [Buildbot] #949: Windows: buildbot checkconfig crash on relative path
Buildbot
buildbot-devel at lists.sourceforge.net
Tue Aug 3 16:09:27 UTC 2010
#949: Windows: buildbot checkconfig crash on relative path
----------------------+-----------------------------------------------------
Reporter: Caemyr | Owner:
Type: undecided | Status: new
Priority: major | Milestone: undecided
Version: 0.8.1 | Keywords: windows path
----------------------+-----------------------------------------------------
Happens at least since 0.7.12, still present in 0.8.1
"buildbot checkconfig" command does not accept relative path to Buildbot
directory (location of master.cfg). With full path like:
"D:\foo\bar\master.cfg" - if you try to use:
"D:\>buildbot checkconfig foo\bar\" or
"D:\foo>buildbot checkconfig bar\" (trailing slash does not make any
difference), the command will crash with the attached traceback.
Passing full path like "d:\foo\bar\" or adding master.cfg to relative
path, like "D:\>buildbot checkconfig foo\bar\master.cfg" will also
succeed.
--
Ticket URL: <http://buildbot.net/trac/ticket/949>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list