[Buildbot-commits] [Buildbot] #1892: SetPropertiesFromEnv should be case-insensitive on Windows

Buildbot nobody at buildbot.net
Fri Mar 18 07:15:14 UTC 2011


#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


More information about the Commits mailing list