Skip to content

Commit

Permalink
path style
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Moors committed Sep 12, 2023
1 parent 41512dc commit 37b9592
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/surf_snellius.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
from eessi.testsuite.common_config import common_logging_config
from eessi.testsuite.constants import * # noqa: F403

# This config will write all staging, output (and logging with --save-log-files) to subdirs under this prefix
# Override with --prefix
reframe_prefix = f'{os.environ.get("HOME")}/reframe_runs'
# This config will write all staging, output and logging to subdirs under this prefix
reframe_prefix = os.path.join(os.environ['HOME'], 'reframe_runs')

# This is an example configuration file
site_configuration = {
Expand Down

0 comments on commit 37b9592

Please sign in to comment.