mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
tests/sentinel: add TAP support
Signed-off-by: Drew DeVault <sir@cmpwn.com>
This commit is contained in:
parent
06d8d22ca4
commit
92fd94adde
@ -7,10 +7,15 @@
|
||||
|
||||
cd tests/sentinel
|
||||
source ../instances.tcl
|
||||
source ../../support/tap.tcl
|
||||
|
||||
set ::instances_count 5 ; # How many instances we use at max.
|
||||
set ::tlsdir "../../tls"
|
||||
|
||||
set ::tap [TAP new]
|
||||
chan push stdout $tap
|
||||
$::tap header
|
||||
|
||||
proc main {} {
|
||||
parse_options
|
||||
if {$::leaked_fds_file != ""} {
|
||||
|
Loading…
Reference in New Issue
Block a user