Skip to content

Commit

Permalink
Issue #690: change --hidden-load to --hidden-loaded; change Lmod to u…
Browse files Browse the repository at this point in the history
…se hidden_loaded instead of hidden_load
  • Loading branch information
Robert McLay committed Sep 14, 2024
1 parent b979691 commit b217793
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/ModuleA/ModuleA_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ describe("Testing ModuleA Class #ModuleA.",
fn = "%ProjDir%/spec/ModuleA/mf/bio/bowtie/32/1.0.lua",
fullName = "bio/bowtie/32/1.0",
moduleKindT = {
hidden_load = false,
hidden_loaded = false,
kind = "normal",
},
pV = "bio/bowtie/000000032/000000001.*zfinal",
Expand All @@ -235,7 +235,7 @@ describe("Testing ModuleA Class #ModuleA.",
fn = "%ProjDir%/spec/ModuleA/mf/bio/bowtie/32/2.0.lua",
fullName = "bio/bowtie/32/2.0",
moduleKindT = {
hidden_load = false,
hidden_loaded = false,
kind = "normal",
},
pV = "bio/bowtie/000000032/000000002.*zfinal",
Expand All @@ -245,7 +245,7 @@ describe("Testing ModuleA Class #ModuleA.",
fn = "%ProjDir%/spec/ModuleA/mf/bio/bowtie/64/2.0.lua",
fullName = "bio/bowtie/64/2.0",
moduleKindT = {
hidden_load = false,
hidden_loaded = false,
kind = "normal",
},
pV = "bio/bowtie/000000064/000000002.*zfinal",
Expand All @@ -255,7 +255,7 @@ describe("Testing ModuleA Class #ModuleA.",
fn = "%ProjDir%/spec/ModuleA/mf/bio/genomics.lua",
fullName = "bio/genomics",
moduleKindT = {
hidden_load = false,
hidden_loaded = false,
kind = "normal",
},
pV = "bio/genomics/M.*zfinal",
Expand All @@ -270,7 +270,7 @@ describe("Testing ModuleA Class #ModuleA.",
fn = "%ProjDir%/spec/ModuleA/mf/boost/1.46.0.lua",
fullName = "boost/1.46.0",
moduleKindT = {
hidden_load = false,
hidden_loaded = false,
kind = "normal",
},
pV = "boost/000000001.000000046.*zfinal",
Expand Down

0 comments on commit b217793

Please sign in to comment.