-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed10789
commit 1e293dd
Showing
16 changed files
with
271 additions
and
0 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
#%Module |
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,24 @@ | ||
#%Module | ||
if {[info exists ::env(TESTSUITE_STICKY)]} { | ||
switch -- $::env(TESTSUITE_STICKY) { | ||
1 { | ||
module-tag sticky sticky1@1.0,2.0 | ||
} | ||
2 - 6 { | ||
module-tag sticky sticky1@1:2 | ||
} | ||
3 { | ||
module-tag sticky sticky1@0: | ||
} | ||
4 { | ||
module-tag sticky [file dirname $ModulesCurrentModulefile]/1.0 | ||
} | ||
5 { | ||
module-alias sticky1/1.5 sticky/1.0 | ||
module-tag sticky sticky1@1:2 | ||
} | ||
7 { | ||
module-tag sticky sticky1 | ||
} | ||
} | ||
} |
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 @@ | ||
#%Module |
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 @@ | ||
#%Module |
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 @@ | ||
#%Module |
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,14 @@ | ||
#%Module | ||
if {[info exists ::env(TESTSUITE_STICKY)]} { | ||
switch -- $::env(TESTSUITE_STICKY) { | ||
8 { | ||
prereq sticky0 | ||
} | ||
9 - 10 - 11 { | ||
prereq sticky4/sub/1.0 sticky4/sub/2.0 | ||
} | ||
default { | ||
prereq sticky1/1.0 sticky1/2.0 | ||
} | ||
} | ||
} |
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 @@ | ||
#%Module |
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,25 @@ | ||
#%Module | ||
if {[info exists ::env(TESTSUITE_STICKY)]} { | ||
switch -- $::env(TESTSUITE_STICKY) { | ||
5 { | ||
prereq sticky2/1.0 | ||
module switch sticky1/1.5 | ||
} | ||
6 - 7 { | ||
prereq sticky2/1.0 | ||
module switch sticky1 alsticky1 | ||
} | ||
8 { | ||
prereq sticky2/1.0 | ||
module switch sticky0 sticky1 | ||
} | ||
9 - 10 - 11 { | ||
prereq sticky2/1.0 | ||
module switch sticky4/sub/2.0 | ||
} | ||
default { | ||
prereq sticky2/1.0 | ||
module switch sticky1/2.0 | ||
} | ||
} | ||
} |
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 @@ | ||
#%Module |
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,14 @@ | ||
#%Module | ||
if {[info exists ::env(TESTSUITE_STICKY)]} { | ||
switch -- $::env(TESTSUITE_STICKY) { | ||
9 { | ||
module-tag sticky sticky4/sub@1.0: | ||
} | ||
10 { | ||
module-tag sticky sticky4/sub | ||
} | ||
11 { | ||
module-tag sticky sticky4/sub sticky4 | ||
} | ||
} | ||
} |
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 @@ | ||
#%Module |
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 @@ | ||
#%Module |
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 @@ | ||
#%Module |
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 @@ | ||
#%Module |
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