From 321fe0567a6f06d5a7c6887c80fff0aacb2f390a Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Mon, 1 May 2023 14:57:08 +0000 Subject: [PATCH] Fix --- debug.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug.go b/debug.go index 21f0338..439efc1 100644 --- a/debug.go +++ b/debug.go @@ -198,7 +198,7 @@ func (cmd *DebugCmd) Run(g *Globals) (err error) { // Copy all test files to the remote machine for _, f := range ka.TestFiles { if f.Local[0] != '/' { - if res.BuildDir != "" { + if buildDir != "" { f.Local = buildDir + "/" + f.Local } }