We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eef785 commit 58d67dbCopy full SHA for 58d67db
test/framework/easyblock.py
@@ -644,7 +644,7 @@ def test_make_module_extra(self):
644
installver = '3.14-gompi-2018a'
645
646
# also check how absolute paths specified in modexself.contents = '\n'.join([
647
- self.contents += "\nmodextrapaths = {'TEST_PATH_VAR_APPEND': ['foo', '/test/absolute/path', 'bar']}"
+ self.contents += "\nmodextrapaths = {'TEST_PATH_VAR': ['foo', '/test/absolute/path', 'bar']}"
648
self.contents += "\nmodextrapaths_append = {'TEST_PATH_VAR_APPEND': ['foo', '/test/absolute/path', 'bar']}"
649
self.writeEC()
650
ec = EasyConfig(self.eb_file)
0 commit comments