[Buildbot-commits] [Buildbot] #456: Slave's ShellCommand and msys are broken

Buildbot buildbot-devel at lists.sourceforge.net
Thu Dec 2 21:51:54 UTC 2010


#456: Slave's ShellCommand and msys are broken
---------------------------+------------------------------------------------
Reporter:  even            |        Owner:  even    
    Type:  defect          |       Status:  reopened
Priority:  major           |    Milestone:  0.7.11  
 Version:  0.7.10          |   Resolution:          
Keywords:  review, sprint  |  
---------------------------+------------------------------------------------
Changes (by hushp1pt):

  * status:  closed => reopened
  * resolution:  fixed =>


Comment:

 I had the same problem with Cygwin-1.7 on a Windows 2003 server.

 However, I too had the same pwd problem (Windows path when cygwin-style
 path was expected).  I also tried to unset PWD, but I never got that to
 change anything.

 I eventually commented out the
     self.environ['PWD'] = os.path.abspath(self.workdir)
 statement in runprocess.py, and everything was great.

 Can you add a test for cygwin as well as msys to the patch that fixed this
 bug for msys?

-- 
Ticket URL: <http://buildbot.net/trac/ticket/456#comment:6>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list