1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
===========================
step 1
lua ProjectDIR/src/lmod.in.lua shell --regression_testing --version
===========================
Modules based on Lua: Version 8.6.9 2022-02-02 11:25 -04:00
by Robert McLay mclay@tacc.utexas.edu
===========================
step 2
lua ProjectDIR/src/lmod.in.lua shell --regression_testing show myShellType/1.0
===========================
ProjectDIR/rt/shellType/mf/myShellType/1.0:
LmodMsgRaw("shell: bash
")
LmodMsgRaw("shelltype: sh
")
===========================
step 3
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load myShellType/1.0
===========================
shell: bash
shelltype: sh
===========================
step 4
lua ProjectDIR/src/lmod.in.lua shell --regression_testing load myShellType/2.0
===========================
shell: bash
shelltype: sh
The following have been reloaded with a version change:
1) myShellType/1.0 => myShellType/2.0
|