Fix
This commit is contained in:
parent
530b98e513
commit
321fe0567a
2
debug.go
2
debug.go
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user