[Buildbot-commits] [SPAM] Re: [Buildbot] #377: funny arg splitting for cmd.exe in some cases but not others
Buildbot
buildbot-devel at lists.sourceforge.net
Fri Jan 29 21:54:37 UTC 2010
#377: funny arg splitting for cmd.exe in some cases but not others
-------------------+--------------------------------------------------------
Reporter: zooko | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.8.0
Version: 0.7.9 | Resolution:
Keywords: |
-------------------+--------------------------------------------------------
Comment(by fcrestois):
Could i add some basic test case that failed actually on Win32
Windows XP SP3, Buidbot 7.11, Twisted 8.2, Python 2.6
factory.addStep(ShellCommand?(command=r'echo "Win32|Release"'))
stdio = \"Win32|Release\" must be "Win32|Release"
factory.addStep(ShellCommand?(command=r'echo "Release"'))
stdio = \"Release\" must be "Release"
factory.addStep(ShellCommand?(command=['echo','Win32 Release']))
stdio = "Win32 Release" must be Win32 Release
factory.addStep(ShellCommand?(command=['echo','"Release"']))
stdio = \"Release\"" must be "Release"
--
Ticket URL: <http://buildbot.net/trac/ticket/377#comment:18>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list