diff --git a/docs/source/025_new.rst b/docs/source/025_new.rst index 6f9d04f35..553e0f329 100644 --- a/docs/source/025_new.rst +++ b/docs/source/025_new.rst @@ -21,6 +21,9 @@ New Features in Lmod *depends_on()* except that Lmod picks the first available in the list. +**Lmod Warnings** + (Lmod 8.7.33) Lmod warning nolonger set the error status on exit. + **hook.register(, func, )** (Lmod 8.7.25+) The hook.register function now takes a optional third argument: action. The legal actions are the followning strings: diff --git a/rt/load/err.txt b/rt/load/err.txt index f4d082653..85c6471a2 100644 --- a/rt/load/err.txt +++ b/rt/load/err.txt @@ -2,7 +2,7 @@ step 1 lua ProjectDIR/src/lmod.in.lua shell --regression_testing --version =========================== -Modules based on Lua: Version 8.7.49 YYYY-MM-DD 13:55 -06:00 +Modules based on Lua: Version 8.7.49 2024-08-30 13:55 -06:00 by Robert McLay mclay@tacc.utexas.edu =========================== step 2 diff --git a/rt/load/load.tdesc b/rt/load/load.tdesc index b4d4bd4f7..b4924a049 100644 --- a/rt/load/load.tdesc +++ b/rt/load/load.tdesc @@ -121,10 +121,11 @@ testdescript = { runLmod load compiler/intel # 68 runLmod unload compiler/intel # 69 env | sort > end.env.xyzzy - diff start.env.xyzzy end.env.xyzzy | $SED \ - -e 's/^.*_ModuleTable.*//' \ - -e 's/^[0-9]\+[ac][0-9]\+.*//' \ - -e '/^ *$/d' \ + diff start.env.xyzzy end.env.xyzzy | $SED \ + -e 's/^.*_ModuleTable.*//' \ + -e 's/^[0-9]\+[ac][0-9]\+.*//' \ + -e 's/^[0-9]\+,[0-9]\+[ac][0-9]\+.*//' \ + -e '/^ *$/d' \ > diff.env.xyzzy runBase cat diff.env.xyzzy # 70 diff --git a/rt/load/out.txt b/rt/load/out.txt index ffba086de..06e11cbb6 100644 --- a/rt/load/out.txt +++ b/rt/load/out.txt @@ -855,7 +855,6 @@ export _ModuleTable_; step 70 cat diff.env.xyzzy =========================== -49,50c49,50 < __LMOD_REF_COUNT_MODULEPATH=ProjectDIR/rt/load/mf3:1 > __LMOD_REF_COUNT_MODULEPATH=ProjectDIR/rt/load/mf4:1 > __LMOD_REF_COUNT_PATH=ProjectDIR/rt/load:1;ProjectDIR/proj_mgmt:1;PATH_to_TM:1;/bin:1