Skip to content

Commit

Permalink
debugging -- hobbs/mark
Browse files Browse the repository at this point in the history
  • Loading branch information
wihobbs committed Jan 30, 2024
1 parent 556d42c commit 212f392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/sharness.d/flux-sharness.sh
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ fi
# Sanitize PMI_* environment for all tests. This allows commands like
# `flux broker` in tests to boot as singleton even when run under a
# job of an existing RM.
env | grep ^PMI
for var in $(env | grep ^PMI); do unset ${var%%=*}; done
for var in $(env | grep ^SLURM); do unset ${var%%=*}; done

Expand Down

0 comments on commit 212f392

Please sign in to comment.