Skip to content

Commit

Permalink
add comment to explain why hidden bzip2 module is not included in "av…
Browse files Browse the repository at this point in the history
…ail" output for Tcl-based environment modules tool
  • Loading branch information
boegel authored Jan 3, 2024
1 parent a3cb2cc commit 2d5db91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/framework/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ def test_avail(self):
self.assertIn('OpenMPI/.2.1.2-GCC-6.4.0-2.28', ms)
elif (isinstance(self.modtool, EnvironmentModules)
and StrictVersion(self.modtool.version) >= StrictVersion('4.6.0')):
# bzip2/.1.0.6 is not there, since that's a module file in Lua syntax
self.assertEqual(len(ms), TEST_MODULES_COUNT + 2)
self.assertIn('toy/.0.0-deps', ms)
self.assertIn('OpenMPI/.2.1.2-GCC-6.4.0-2.28', ms)
Expand Down

0 comments on commit 2d5db91

Please sign in to comment.