tests/sentinel: add TAP support

Signed-off-by: Drew DeVault <sir@cmpwn.com>
This commit is contained in:
Drew DeVault 2024-09-18 14:31:06 +02:00
parent 06d8d22ca4
commit 92fd94adde

View File

@ -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 != ""} {