Skip to content

Commit

Permalink
Fix module wrapper test (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
hwikle-lanl authored Jan 31, 2025
1 parent ad3fd8b commit 4cbc607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/mod_wrapper_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def check_test(ctest, expected_lines):
'module load gcc',
'module swap $old_module gcc',
'export gcc_VERSION="$(module_loaded_version \'gcc\')"',
'''export openmpi-any_VERSION="$(module_loaded_version 'openmpi-.*')"''',
'''export openmpi_any_VERSION="$(module_loaded_version 'openmpi-.*')"''',
'module load openmpi-bar',
])

Expand Down

0 comments on commit 4cbc607

Please sign in to comment.