File tree Expand file tree Collapse file tree 4 files changed +389
-2
lines changed
Expand file tree Collapse file tree 4 files changed +389
-2
lines changed Original file line number Diff line number Diff line change 11#%Module
22module-whatis [module-info name]
3+
4+ if {[info exists env(TESTSUITE_TAG_OPT)]} {
5+ switch -- $env(TESTSUITE_TAG_OPT) {
6+ prtag12 {
7+ prereq --tag=keep-loaded:foo tag/8.0
8+ }
9+ }
10+ }
Original file line number Diff line number Diff line change @@ -115,5 +115,29 @@ if {[info exists env(TESTSUITE_TAG_OPT)]} {
115115 loadanytag1 {
116116 module load-any
[email protected] bar=val1 foo/1.0 --tag foo
117117 }
118+ prtag9 {
119+ depends-on --tag=foo foo/1.0
120+ }
121+ prtag10 {
122+ prereq --tag hidden-loaded:foo foo/1.0 bar/1.0
123+ }
124+ switchtag1 {
125+ module switch --tag=foo bar/1.0 foo/1.0
126+ }
127+ switchtag2 {
128+ module switch --tag=foo:hidden-loaded bar/1.0 foo/1.0
129+ }
130+ loadtag5 {
131+ module load --tag=bar:foo:keep-loaded foo/1.0 bar/1.0
132+ }
133+ loadtag6 {
134+ module load --tag=bar:keep-loaded:auto-loaded foo/1.0
135+ }
136+ prtag11 {
137+ prereq --tag=auto-loaded:keep-loaded:foo foo/1.0
138+ }
139+ prtag12 {
140+ prereq --tag=keep-loaded:foo foo/1.0
141+ }
118142 }
119143}
You can’t perform that action at this time.
0 commit comments