Skip to content

Commit

Permalink
Fix busted test for ModuleA
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Jun 2, 2024
1 parent ac0aa97 commit 50e000a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/ModuleA/ModuleA_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe("Testing ModuleA Class #ModuleA.",
["luaExt"] = 4,
["mpath"] = "%ProjDir%/spec/ModuleA/mf",
["pV"] = "000000032/000000001.*zfinal",
["wV"] = "000000032/s00000001.*zfinal",
["wV"] = "000000032/000000001.*zfinal",
},
["bio/bowtie/32/2.0"] = {
["Version"] = "32/2.0",
Expand Down Expand Up @@ -186,7 +186,6 @@ describe("Testing ModuleA Class #ModuleA.",
posix.setenv("MODULEPATH",mpath,true)
local maxdepth = mpath .. ":2;"
cosmic:assign("LMOD_MAXDEPTH",maxdepth)
cosmic:assign("LMOD_MODULERC",pathJoin(projDir,testDir,".modulerc"))
_G.mcp = _G.MainControl.build("load")
_G.MCP = _G.MainControl.build("load")
--dbg:activateDebug(1)
Expand Down

0 comments on commit 50e000a

Please sign in to comment.