Skip to content

Commit

Permalink
Adding test for Issue #613
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Dec 27, 2022
1 parent 3ba7f9e commit 23706ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions rt/spider/mf4/Core/S/1.0.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
local yales2_home = "/unknown/a/b/c"
setenv("Y2_PYTHON_VERSION", os.getenv("EBVERSIONPYTHON"))
prepend_path("MODULEPATH", pathJoin(yales2_home, "modules"))
3 changes: 2 additions & 1 deletion rt/spider/spider.tdesc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ testdescript = {
runLmod spider smrt #28
runLmod spider petsc/3.1 #29
mv $HOME/.cache/lmod $HOME/.lmod.d/.old.cache
mv $HOME/.cache/lmod $HOME/.cache/.old.cache
unsetMT
export LMOD_CASE_INDEPENDENT_SORTING=yes
export LMOD_RC=$testDir/lmodrc.lua
Expand Down Expand Up @@ -167,6 +167,7 @@ testdescript = {
unsetMT
export MODULEPATH=$testDir/mf4/Core
export EBVERSIONPYTHON="3.7"
runLmod avail #75
Expand Down

0 comments on commit 23706ba

Please sign in to comment.