[Buildbot-commits] [Buildbot] #1964: If a shell script (.sh) has to be run from the master.cfg file , in which path should the script exist and what is the add step command that needs to be given in the master.cfg file?

Buildbot nobody at buildbot.net
Thu May 19 19:07:43 UTC 2011


#1964: If a shell script (.sh) has to be run from the master.cfg file , in which
path should the script exist and what is the add step command that needs to
be given in the master.cfg file?
----------------------------+--------------------
Reporter:  sanlokenpatidar  |       Owner:
    Type:  support-request  |      Status:  new
Priority:  major            |   Milestone:  0.8.+
 Version:  0.8.3p1          |  Resolution:
Keywords:                   |
----------------------------+--------------------

Comment (by dustin):

 I don't think you can run a shell script directly on Windows - you have to
 pass it as an argument to bash, e.g.,
 {{{
 command=[r"C:\PATH\TO\BASH.EXE", "C:\PATH\TO\MY\SHELL\SCRIPT.SH"]
 }}}

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


More information about the Commits mailing list