You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Andrew Schwartzmeyer (JIRA)" <ji...@apache.org> on 2017/03/22 18:08:42 UTC

[jira] [Assigned] (MESOS-7287) Fix post-reviews.py to find `rbt.cmd` on Windows

     [ https://issues.apache.org/jira/browse/MESOS-7287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Schwartzmeyer reassigned MESOS-7287:
-------------------------------------------

       Assignee: Andrew Schwartzmeyer
    Environment: Windows 10 with RBTools 0.7.9 alpha 0 (dev)
         Labels: microsoft windows  (was: )
    Description: The script cannot find `rbt` since the command on Windows is `rbt.cmd` and `CreateProcess` (used by Python's Popen implementation) will not search through suffixes (PowerShell, however, does do this, so don't be confused when PowerShell can find `rbt`). So the script needs to use `rbt.cmd` when on Windows.

> Fix post-reviews.py to find `rbt.cmd` on Windows
> ------------------------------------------------
>
>                 Key: MESOS-7287
>                 URL: https://issues.apache.org/jira/browse/MESOS-7287
>             Project: Mesos
>          Issue Type: Bug
>         Environment: Windows 10 with RBTools 0.7.9 alpha 0 (dev)
>            Reporter: Andrew Schwartzmeyer
>            Assignee: Andrew Schwartzmeyer
>            Priority: Minor
>              Labels: microsoft, windows
>
> The script cannot find `rbt` since the command on Windows is `rbt.cmd` and `CreateProcess` (used by Python's Popen implementation) will not search through suffixes (PowerShell, however, does do this, so don't be confused when PowerShell can find `rbt`). So the script needs to use `rbt.cmd` when on Windows.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)