-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #667: Starting work on allowing extensions to be displayed by m…
…l -t av
- Loading branch information
Robert McLay
committed
Nov 2, 2023
1 parent
ca610e6
commit 2f5bee8
Showing
5 changed files
with
86 additions
and
56 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
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,7 +2,7 @@ | |
step 1 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing --version | ||
=========================== | ||
Modules based on Lua: Version 8.7.26 2023-06-07 18:16 -05:00 | ||
Modules based on Lua: Version 8.7.32 2023-08-28 12:42 -05:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 2 | ||
|
@@ -45,6 +45,7 @@ Options: | |
-T --trace | ||
--nx --no_extensions | ||
--loc --location Just print the file location when using show | ||
--terse_show_extensions | ||
module [options] sub-command [args ...] | ||
Help sub-commands: | ||
help prints this message | ||
|
@@ -107,7 +108,7 @@ Lmod Web Sites | |
SourceForge: https://lmod.sf.net | ||
TACC Homepage: https://www.tacc.utexas.edu/research-development/tacc-projects/lmod | ||
To report a bug please read https://lmod.readthedocs.io/en/latest/075_bug_reporting.html | ||
Modules based on Lua: Version 8.7.26 2023-06-07 18:16 -05:00 | ||
Modules based on Lua: Version 8.7.32 2023-08-28 12:42 -05:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 3 | ||
|
@@ -150,6 +151,7 @@ Options: | |
-T --trace | ||
--nx --no_extensions | ||
--loc --location Just print the file location when using show | ||
--terse_show_extensions | ||
module [options] sub-command [args ...] | ||
Help sub-commands: | ||
help prints this message | ||
|
@@ -212,7 +214,7 @@ Lmod Web Sites | |
SourceForge: https://lmod.sf.net | ||
TACC Homepage: https://www.tacc.utexas.edu/research-development/tacc-projects/lmod | ||
To report a bug please read https://lmod.readthedocs.io/en/latest/075_bug_reporting.html | ||
Modules based on Lua: Version 8.7.26 2023-06-07 18:16 -05:00 | ||
Modules based on Lua: Version 8.7.32 2023-08-28 12:42 -05:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 4 | ||
|
@@ -232,7 +234,7 @@ Version 9 | |
step 5 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing --config | ||
=========================== | ||
Modules based on Lua: Version 8.7.26 2023-06-07 18:16 -05:00 | ||
Modules based on Lua: Version 8.7.32 2023-08-28 12:42 -05:00 | ||
by Robert McLay [email protected] | ||
Description Value | ||
Allow root to use Lmod (LMOD_ALLOW_ROOT_USE) yes | ||
|
@@ -410,7 +412,7 @@ propT = { | |
step 6 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing --miniConfig | ||
=========================== | ||
Modules based on Lua: Version 8.7.26 2023-06-07 18:16 -05:00 | ||
Modules based on Lua: Version 8.7.32 2023-08-28 12:42 -05:00 | ||
by Robert McLay [email protected] | ||
LMOD_PACKAGE_PATH D nil <empty> | ||
LMOD_SYSTEM_DEFAULT_MODULES D __unknown__ <empty> | ||
|
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,7 +2,7 @@ | |
step 1 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing --version | ||
=========================== | ||
Modules based on Lua: Version 8.7.26 2023-06-07 18:16 -05:00 | ||
Modules based on Lua: Version 8.7.32 2023-08-28 12:42 -05:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 2 | ||
|
@@ -87,6 +87,7 @@ Options: | |
-T --trace | ||
--nx --no_extensions | ||
--loc --location Just print the file location when using show | ||
--terse_show_extensions | ||
module [options] sub-command [args ...] | ||
Sous-commandes d'aide : | ||
help affiche ce message | ||
|
@@ -149,5 +150,5 @@ Sites web de Lmod | |
SourceForge: https://lmod.sf.net | ||
TACC Homepage: https://www.tacc.utexas.edu/research-development/tacc-projects/lmod | ||
Pour rapporter un bogue, veuillez lire https://lmod.readthedocs.io/en/latest/075_bug_reporting.html | ||
Modules based on Lua: Version 8.7.26 2023-06-07 18:16 -05:00 | ||
Modules based on Lua: Version 8.7.32 2023-08-28 12:42 -05:00 | ||
by Robert McLay [email protected] |
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
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