From 5b0b13cbd29e31e2376012011e53402a7d885862 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 23 Nov 2019 00:03:58 +0000 Subject: [PATCH 1/1] 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 --- stest/common.tcl | 1 + 1 file changed, 1 insertion(+) 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] -- 2.30.2