#1892: SetPropertiesFromEnv should be case-insensitive on Windows
----------------------+-------------------------
Reporter:  dabrahams  |      Owner:
    Type:  defect     |     Status:  new
Priority:  major      |  Milestone:  undecided
 Version:  0.8.3p1    |   Keywords:  windows git
----------------------+-------------------------
 I did

 {{{
 #!python
 buildbot.steps.slave.SetPropertiesFromEnv(
     name='get-slave-env',
 
variables=['VS90COMNTOOLS','ProgramFiles(x86)','ProgramFiles','LLVM_LIT_TOOLS_DIR']))
 }}}

 These are the actual names of the environment variables as listed by
 {{{set}}} at the slave's command-prompt.  However, BB didn't set them.
 Looking at the logs, apparently it sees these variables as all-uppercase.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/1892>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to