set ::valgrind 0
set ::denytags {}
set ::allowtags {}
+set ::external 0; # If "1" this means, we are running against external instance
proc execute_tests name {
source "tests/$name.tcl"
}
}
incr j
+ } elseif {$opt eq {--host}} {
+ set ::external 1
+ set ::host $arg
+ incr j
+ } elseif {$opt eq {--port}} {
+ set ::port $arg
+ incr j
} else {
puts "Wrong argument: $opt"
exit 1