lint
This commit is contained in:
parent
6e1216201e
commit
2bc55e2011
4
pew.go
4
pew.go
@ -252,8 +252,8 @@ func copyArtifactAndTest(q *qemu.System, ka config.Artifact,
|
|||||||
res.Run.Ok = true
|
res.Run.Ok = true
|
||||||
|
|
||||||
// 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 {
|
||||||
err = q.CopyFile(f.User,f.Local,f.Remote)
|
err = q.CopyFile(f.User, f.Local, f.Remote)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Println("error copy err:", err, f.Local, f.Remote)
|
log.Println("error copy err:", err, f.Local, f.Remote)
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user