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
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 '.' fix the problem? I am not sure if
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. We
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
>>> >
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
>rtems_waf module previously.
>
Then I suggest this is added. Check
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
> rtems_waf module previously.
>
Then I suggest this is added. Check the command wrappers and add '.' to
t
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
>--- a/rtem
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
> +++ b/rtemstoo
---
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