#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
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to