1
0
Fork 0
master
dump_stack() 2023-05-01 14:57:08 +00:00
parent 530b98e513
commit 321fe0567a
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ func (cmd *DebugCmd) Run(g *Globals) (err error) {
// Copy all test files to the remote machine // Copy all test files to the remote machine
for _, f := range ka.TestFiles { for _, f := range ka.TestFiles {
if f.Local[0] != '/' { if f.Local[0] != '/' {
if res.BuildDir != "" { if buildDir != "" {
f.Local = buildDir + "/" + f.Local f.Local = buildDir + "/" + f.Local
} }
} }