#788: Incorrect buildbot.bat when installing on virtualenv on windows
----------------------+-----------------------------------------------------
Reporter: itamarost | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: 0.7.12 | Keywords: virtualenv windows
----------------------+-----------------------------------------------------
Comment(by marcusl):
The script should contain something like this (but tested):
{{{
@echo off
IF EXISTS "%~dp0..\python.exe" (
"%~dp0..\python" "%~dp0buildbot" %*
) ELSE IF EXISTS "%~dp0.\python.exe" (
"%~dp0.\python" "%~dp0buildbot" %*
) ELSE (
echo Failed to find python.exe
exit /b 1
)
exit /b %ERRORLEVEL%
}}}
--
Ticket URL: <http://buildbot.net/trac/ticket/788#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits