-
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 #331: Allow pushenv("FOO", false) to clear "FOO"
- Loading branch information
Robert McLay
committed
Nov 16, 2017
1 parent
96b8b65
commit d249821
Showing
7 changed files
with
71 additions
and
11 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 bash --regression_testing --version | ||
=========================== | ||
Modules based on Lua: Version 7.6.12 2017-09-01 18:59 -05:00 | ||
Modules based on Lua: Version 7.7.13 2017-10-31 10:46 -05:00 | ||
by Robert McLay [email protected] | ||
=========================== | ||
step 2 | ||
|
@@ -78,11 +78,19 @@ lua ProjectDIR/src/lmod.in.lua bash --regression_testing unload ll/2.0 | |
=========================== | ||
=========================== | ||
step 19 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing load lloyd | ||
=========================== | ||
=========================== | ||
step 20 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing unload lloyd | ||
=========================== | ||
=========================== | ||
step 21 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing save | ||
=========================== | ||
Saved current collection of modules to: "default" | ||
=========================== | ||
step 20 | ||
step 22 | ||
lua ProjectDIR/src/lmod.in.lua bash --regression_testing restore | ||
=========================== | ||
Restoring modules from user's default |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
pushenv("LLOYD",false) |
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
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