From 0be4c859e97660911b1914dbfd81c3d0303a7c41 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Thu, 5 Dec 2024 13:04:58 +0100 Subject: [PATCH] hsic: print failing command Signed-off-by: Kristoffer Dalby --- integration/hsic/hsic.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integration/hsic/hsic.go b/integration/hsic/hsic.go index a008d9d5..b2a2701e 100644 --- a/integration/hsic/hsic.go +++ b/integration/hsic/hsic.go @@ -32,7 +32,7 @@ import ( const ( hsicHashLength = 6 dockerContextPath = "../." - caCertRoot = "/usr/local/share/ca-certificates" + caCertRoot = "/usr/local/share/ca-certificates" aclPolicyPath = "/etc/headscale/acl.hujson" tlsCertPath = "/etc/headscale/tls.cert" tlsKeyPath = "/etc/headscale/tls.key" @@ -617,6 +617,7 @@ func (t *HeadscaleInContainer) Execute( []string{}, ) if err != nil { + log.Printf("command: %v", command) log.Printf("command stderr: %s\n", stderr) if stdout != "" {