From 492264302f41c51a5fb46adcf646f87408ba67c2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 12 Oct 2019 13:30:59 +0100 Subject: [PATCH] test: Run secnet under strace Signed-off-by: Ian Jackson --- test/invoke | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/invoke b/test/invoke index 569e7c3..6678bb6 100755 --- a/test/invoke +++ b/test/invoke @@ -102,7 +102,7 @@ proc spawn-secnet {which} { set ch [open $cf w] puts $ch [mkconf $which] close $ch - set argl [list ./secnet -dvnc $cf] + set argl [list strace -o$tmp/$which.strace ./secnet -dvnc $cf] set pid [fork] if {!$pid} { execl [lindex $argl 0] [lrange $argl 1 end] -- 2.30.2