Re: [PATCH 2/2] rtemstoolkit: msys2 compatibility

2016-01-10 Thread Sebastian Huber
On 11/01/16 02:03, Chris Johns wrote: On 08/01/2016 20:05, Sebastian Huber wrote: I am not sure what you mean with "Check the command wrappers and add '.' tothe system path, eg rtems-tester.". The command wrapper is: https://git.rtems.org/rtems-tools/tree/tester/rtems-test and does adding

Re: [PATCH 2/2] rtemstoolkit: msys2 compatibility

2016-01-08 Thread Sebastian Huber
On 08/01/16 09:23, Chris Johns wrote: On 8/01/2016 6:00 PM, Sebastian Huber wrote: >--- > rtemstoolkit/options.py | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) > >diff --git a/rtemstoolkit/options.py b/rtemstoolkit/options.py >index 132445e..a5318fa 100644 >---

Re: [PATCH 2/2] rtemstoolkit: msys2 compatibility

2016-01-08 Thread Chris Johns
On 8/01/2016 7:49 PM, Sebastian Huber wrote: > > > On 08/01/16 09:45, Chris Johns wrote: >> On 8/01/2016 7:41 PM, Sebastian Huber wrote: >>> > >>> >It seems that Python (python.org and msys2) on Windows has no implict >>> >current directory import path. We used exactly this approach for the >>>

Re: [PATCH 2/2] rtemstoolkit: msys2 compatibility

2016-01-08 Thread Sebastian Huber
On 08/01/16 09:56, Chris Johns wrote: On 8/01/2016 7:49 PM, Sebastian Huber wrote: > > >On 08/01/16 09:45, Chris Johns wrote: >>On 8/01/2016 7:41 PM, Sebastian Huber wrote: >>> > >>> >It seems that Python (python.org and msys2) on Windows has no implict >>> >current directory import path.

Re: [PATCH 2/2] rtemstoolkit: msys2 compatibility

2016-01-08 Thread Chris Johns
On 8/01/2016 6:00 PM, Sebastian Huber wrote: > --- > rtemstoolkit/options.py | 16 > 1 file changed, 8 insertions(+), 8 deletions(-) > > diff --git a/rtemstoolkit/options.py b/rtemstoolkit/options.py > index 132445e..a5318fa 100644 > --- a/rtemstoolkit/options.py > +++

[PATCH 2/2] rtemstoolkit: msys2 compatibility

2016-01-07 Thread Sebastian Huber
--- rtemstoolkit/options.py | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/rtemstoolkit/options.py b/rtemstoolkit/options.py index 132445e..a5318fa 100644 --- a/rtemstoolkit/options.py +++ b/rtemstoolkit/options.py @@ -38,16 +38,15 @@ import pprint import re