Skip to content

Conversation

@victorusu
Copy link
Contributor

Instead of printing

...
Reframe paths
=============
    Check prefix      :
    Check search path : '/tmp/str.py'
    Current working dir  : /tmp
    Stage dir prefix     : /tmp/stage/
    Output dir prefix    : /tmp/output/
    Perf. logging prefix : /tmp/perflogs
...

Reframe now adds the current working dir to the output like

...
Reframe paths
=============
    Check prefix      :
    Check search path : '/tmp/str.py'
    Current working dir  : /tmp
    Stage dir prefix     : /tmp/stage/
    Output dir prefix    : /tmp/output/
    Perf. logging prefix : /tmp/perflogs
...

Instead of printing
```
...
Reframe paths
=============
    Check prefix      :
    Check search path : '/tmp/str.py'
    Current working dir  : /tmp
    Stage dir prefix     : /tmp/stage/
    Output dir prefix    : /tmp/output/
    Perf. logging prefix : /tmp/perflogs
...
```

Reframe now adds the current working dir to the output like
```
...
Reframe paths
=============
    Check prefix      :
    Check search path : '/tmp/str.py'
    Current working dir  : /tmp
    Stage dir prefix     : /tmp/stage/
    Output dir prefix    : /tmp/output/
    Perf. logging prefix : /tmp/perflogs
...
```
@vkarak vkarak changed the title [feat] Add cwd to reframe output [feat] Print the current working directory in "ReFrame paths" section Feb 20, 2020
@vkarak vkarak changed the title [feat] Print the current working directory in "ReFrame paths" section [feat] Print the current working directory in "ReFrame paths" output section Feb 20, 2020
Copy link
Contributor

@vkarak vkarak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@vkarak vkarak merged commit 0122d9b into reframe-hpc:master Feb 20, 2020
@victorusu victorusu deleted the feature/print-cwd branch October 6, 2020 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants