File: 1.0

package info (click to toggle)
modules 5.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,036 kB
  • sloc: exp: 79,659; sh: 6,142; tcl: 5,900; makefile: 1,492; ansic: 474; python: 265; csh: 202; perl: 47; ruby: 44; lisp: 13
file content (75 lines) | stat: -rw-r--r-- 2,200 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#%Module
if {[info exists env(TESTSUITE_EXTRA)]} {
    switch -- $env(TESTSUITE_EXTRA) {
        dup10 - dup11 {
            setenv XTFOODUP value
        }
    }
}
if {[info exists env(TESTSUITE_ABORT_ON_ERROR)]} {
    switch -- $env(TESTSUITE_ABORT_ON_ERROR) {
        switch_urequn_sticky - switch_urequn_sticky - unload_switch_urequn_sticky -\
        unload_switch_urequn_super-sticky {
            prereq err/1.0
        }
        switch_load_urequn_sticky - switch_load_urequn_super-sticky -\
        unload_switch_load_urequn_sticky - unload_switch_load_urequn_super-sticky {
            module load err/1.0
        }
    }
}
if {[info exists env(TESTSUITE_LOGGER)]} {
    switch -- $env(TESTSUITE_LOGGER) {
        dep_break {
            break
        }
        dep_unk {
            unk
        }
    }
}
if {[info exists env(TESTSUITE_CONFLICT_UNLOAD)]} {
    switch -- $env(TESTSUITE_CONFLICT_UNLOAD) {
        family1 {
            family conun
        }
        family_dep1 {
            family foo
        }
        variant_loading1 - variant_loading2 -\
        dep_variant_loading1 - dep_variant_loading2 {
            module load conun/1 foo=val2
        }
        dep_variant_loading3 - dep_variant_loading4 {
            module load lconun/1 foo=val2
        }
        default_variant_loading1 {
            module load conun/1 foo=val2
        }
        default_variant_loading2 {
            module load conun/1
        }
        dep_default_variant_loading1 {
            module load lconun/1 foo=val2
        }
        dep_default_variant_loading2 {
            module load lconun/1
        }
        dep_alias_variant_loading1 {
            module load allconun foo=val2
        }
        depre_of_conun_is_conflict_of_reqlo1 {
            conflict bar/1
        }
    }
}
if {[info exists env(TESTSUITE_MODULEPATH_OPT)]} {
    switch -- $env(TESTSUITE_MODULEPATH_OPT) {
        depre_trigger2_no_specific_path - depre_trigger2_with_specific_other_path {
            prereq --modulepath $env(TESTSUITEDIR)/modulefiles.3 qux/1
        }
        depre_trigger2_with_specific_same_path {
            prereq --modulepath $env(TESTSUITEDIR)/modulefiles.4 qux/1
        }
    }
}