[Buildbot-commits] [SPAM] [Buildbot] #815: quote marks are stripped from command-line in log
Buildbot
buildbot-devel at lists.sourceforge.net
Mon May 3 02:45:12 UTC 2010
#815: quote marks are stripped from command-line in log
-------------------+--------------------------------------------------------
Reporter: zooko | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: 0.7.12 | Keywords:
-------------------+--------------------------------------------------------
http://buildbot.twistedmatrix.com/builders/winxp32-py2.6-pyopenssl/builds/1/steps/compile_2/logs/stdio
Has this as the first line:
{{{
c:\python26\python.exe -c import sys, setuptools; sys.argv[0] =
'setup.py'; execfile('setup.py', {'__file__': 'setup.py'}) build_ext
--with-openssl C:\OpenSSL-VS2008 bdist_egg
}}}
Except that's wrong! The actual command-line was probably:
{{{
c:\python26\python.exe -c "import sys, setuptools; sys.argv[0] =
'setup.py'; execfile('setup.py', {'__file__': 'setup.py'})" build_ext
--with-openssl C:\OpenSSL-VS2008 bdist_egg
}}}
--
Ticket URL: <http://buildbot.net/trac/ticket/815>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list