GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-medic/pull/11
CB-6909 shellCmd and shellRunParam in master.cfg use values for master, fails on Windows slaves if OS X master shellCmd and shellRunCmd defined in master.cfg depends on the OS of the master, so if you have a OS X master and Windows client (or vice versa) a lot of steps will fail. For some steps, like in wp8 and windows8 sections, we know they'll always run on Windows so we could always use 'cmd'. But in common sections or for a platform like android, it needs to work on both. Fix for [CB-6909](https://issues.apache.org/jira/browse/CB-6909) You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-medic CB-6909 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-medic/pull/11.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #11 ---- commit 8e843e92fee168986859cc34c3adc2302b62e72e Author: Vladimir Kotikov <v-vlk...@microsoft.com> Date: 2014-06-09T13:35:12Z Removes platform-dependent shellCmd and shellRunParam from master.cfg ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---