Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hpc
gekkofs
Commits
3503aa28
Commit
3503aa28
authored
May 10, 2022
by
Ramon Nou
Committed by
Marc Vef
May 10, 2022
Browse files
Fix: Use GKFS_DAEMON_LOG_LEVEL instead of GKFS_LOG_LEVEL in tests.
parent
0014c3e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/integration/harness/gkfs.py
View file @
3503aa28
...
...
@@ -241,7 +241,7 @@ class Daemon:
'LD_LIBRARY_PATH'
:
libdirs
,
'GKFS_HOSTS_FILE'
:
self
.
cwd
/
gkfs_hosts_file
,
'GKFS_DAEMON_LOG_PATH'
:
self
.
logdir
/
gkfs_daemon_log_file
,
'GKFS_LOG_LEVEL'
:
gkfs_daemon_log_level
,
'GKFS_
DAEMON_
LOG_LEVEL'
:
gkfs_daemon_log_level
,
}
self
.
_env
.
update
(
self
.
_patched_env
)
...
...
@@ -717,7 +717,7 @@ class FwdDaemon:
'LD_LIBRARY_PATH'
:
libdirs
,
'GKFS_HOSTS_FILE'
:
self
.
cwd
/
gkfwd_hosts_file
,
'GKFS_DAEMON_LOG_PATH'
:
self
.
logdir
/
gkfwd_daemon_log_file
,
'GKFS_LOG_LEVEL'
:
gkfwd_daemon_log_level
'GKFS_
DAEMON_
LOG_LEVEL'
:
gkfwd_daemon_log_level
}
self
.
_env
.
update
(
self
.
_patched_env
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment