Skip to content

Commit

Permalink
fix typo with env
Browse files Browse the repository at this point in the history
Signed-off-by: Maureen Jean <[email protected]>
  • Loading branch information
mjean308 committed Aug 28, 2024
1 parent feec233 commit 8e8d222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/ftest/util/soak_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ def stop_dfuse(dfuse, vol=False):

dfuse_env = daos_env_str(os.environ)
dfuse_stop_cmds.extend([
f'clush -S -w $HOSTLIST "{dfuse_env};fusermount3 -uz {dfuse.mount_dir.value}"',
f'clush -S -w $HOSTLIST "{dfuse_env} fusermount3 -uz {dfuse.mount_dir.value}"',
f'clush -S -w $HOSTLIST "rm -rf {dfuse.mount_dir.value}"'])
return dfuse_stop_cmds

Expand Down

0 comments on commit 8e8d222

Please sign in to comment.