[Buildbot-commits] [Buildbot] #377: funny arg splitting for cmd.exe in some cases but not others
Buildbot
nobody at buildbot.net
Fri Mar 4 18:34:33 UTC 2011
#377: funny arg splitting for cmd.exe in some cases but not others
---------------------+--------------------
Reporter: zooko | Owner:
Type: defect | Status: new
Priority: critical | Milestone: 0.8.+
Version: 0.7.9 | Resolution:
Keywords: windows |
---------------------+--------------------
Comment (by fcrestois):
a workaround is to disable the "buggy" twisted part
(http://twistedmatrix.com/trac/ticket/1123)
in twisted\internet\_dumbwin32proc.py
Let the user make the correct quoting by changing
cmdline = quoteArguments(args)
by
cmdline = " ".join(args)
--
Ticket URL: <http://trac.buildbot.net/ticket/377#comment:22>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list