-
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 #743: Make show noSuchModule return an LmodError instead of Lmo…
…dWarning
- Loading branch information
Robert McLay
committed
Jan 9, 2025
1 parent
04bfb34
commit 6c00a62
Showing
4 changed files
with
12 additions
and
15 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.37 2024-03-17 13:11 -06:00 | ||
Modules based on Lua: Version 8.7.55 2024-12-13 12:24 -07:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 2 | ||
|
@@ -97,7 +97,7 @@ os.exit("1") | |
step 13 | ||
lua ProjectDIR/src/lmod.in.lua shell --regression_testing show nosuchmodule | ||
=========================== | ||
Lmod Warning: Failed to find the following module(s): "nosuchmodule" in your MODULEPATH | ||
Lmod has detected the following error: Failed to find the following module(s): "nosuchmodule" in your MODULEPATH | ||
Try: | ||
$ module spider nosuchmodule | ||
to see if the module(s) are available across all compilers and MPI implementations. | ||
|
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