From 563fc97382bb205728dfc5da196ebc94fd5e58ee Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 8 Dec 2019 12:50:21 +0000 Subject: [PATCH] stest: When SECNET_STEST_DIVERT_* set, print diverted command too 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 a85239c..729d8fe 100644 --- a/stest/common.tcl +++ b/stest/common.tcl @@ -201,6 +201,7 @@ proc spawn-secnet {location site} { * { puts " $argl" set argl [split $env($divertk)] + puts "... $argl" } } } -- 2.30.2