Commit | Line | Data |
---|---|---|
40093367 | 1 | if { [array get Draw_Groups "TOPOLOGY Check commands"] == "" } { |
2 | pload TOPTEST | |
3 | } | |
4 | # To prevent loops limit to 10 minutes | |
5 | cpulimit 600 | |
6 | ||
7 | if {[string compare [datadir] "."] == 0} { | |
8 | datadir [file dirname [info script]]/data | |
9 | } | |
10 | ||
11 | if { [info exists imagedir] == 0 } { | |
12 | set imagedir . | |
13 | } | |
14 | ||
15 | if { [info exists test_image ] == 0 } { | |
16 | set test_image photo | |
17 | } |