From: Ian Jackson Date: Sat, 23 Nov 2019 00:03:58 +0000 (+0000) Subject: stest: Print the secnet runes we run X-Git-Tag: v0.6.0~237 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=5b0b13cbd29e31e2376012011e53402a7d885862;hp=6e3f2b4ffee10c0a2a8852ac0842de1da2fb3918;p=secnet.git stest: Print the secnet runes we run We can't use prexec here because we aren't using exec at all. Signed-off-by: Ian Jackson --- diff --git a/stest/common.tcl b/stest/common.tcl index a54bd4d..8a9d0f1 100644 --- a/stest/common.tcl +++ b/stest/common.tcl @@ -116,6 +116,7 @@ proc spawn-secnet {location site} { puts $ch [mkconf $location $site] close $ch set argl [list $builddir/secnet -dvnc $cf] + puts "spawn $argl" set pid [fork] if {!$pid} { execl [lindex $argl 0] [lrange $argl 1 end]