-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #690: adding tests to load hidden modules (.a/.1, .b/1.0, c/.1)
- Loading branch information
Robert McLay
committed
Aug 10, 2024
1 parent
a046736
commit 7dba4cb
Showing
6 changed files
with
75 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ | |
step 1 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing --version | ||
=========================== | ||
Modules based on Lua: Version 8.7.44 2024-07-11 16:39 -06:00 | ||
Modules based on Lua: Version 8.7.47 2024-07-22 10:04 -04:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 2 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing --show_hidden avail | ||
=========================== | ||
ProjectDIR/rt/hidden/mf | ||
.system (H,S) lmod | ||
.a/.1 (H) .b/1.0 (H) .system (H,S) c/.1 (H) lmod | ||
Where: | ||
H: Hidden Module | ||
S: Module is Sticky, requires --force to unload or purge | ||
|
@@ -24,22 +24,34 @@ lua ProjectDIR/src/lmod.in.lua shell --regression_testing load .system | |
=========================== | ||
=========================== | ||
step 4 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load .a/.1 | ||
=========================== | ||
=========================== | ||
step 5 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load .b/1.0 | ||
=========================== | ||
=========================== | ||
step 6 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load c/.1 | ||
=========================== | ||
=========================== | ||
step 7 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing list | ||
=========================== | ||
Currently Loaded Modules: | ||
1) .system (H,S) | ||
1) .system (H,S) 2) .a/.1 (H) 3) .b/1.0 (H) 4) c/.1 (H) | ||
Where: | ||
H: Hidden Module | ||
S: Module is Sticky, requires --force to unload or purge | ||
=========================== | ||
step 5 | ||
step 8 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing purge | ||
=========================== | ||
The following modules were not unloaded: | ||
(Use "module --force purge" to unload all): | ||
1) .system | ||
=========================== | ||
step 6 | ||
step 9 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing --show_hidden av | ||
=========================== | ||
ProjectDIR/rt/hidden/mf2/top | ||
|
@@ -56,15 +68,15 @@ If the avail list is too long consider trying: | |
Use "module spider" to find all possible modules and extensions. | ||
Use "module keyword key1 key2 ..." to search for all possible modules matching any of the "keys". | ||
=========================== | ||
step 7 | ||
step 10 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load B | ||
=========================== | ||
=========================== | ||
step 8 | ||
step 11 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load A | ||
=========================== | ||
=========================== | ||
step 9 | ||
step 12 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing list | ||
=========================== | ||
Currently Loaded Modules: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters