Make executable only if test copied successfully
This commit is contained in:
parent
1488d4b081
commit
dcc156272c
4
pew.go
4
pew.go
@ -223,12 +223,12 @@ func whatever(swg *sizedwaitgroup.SizedWaitGroup, ka config.Artifact,
|
||||
// we should not exit because of testing 'insmod' part
|
||||
// for kernel module
|
||||
}
|
||||
}
|
||||
|
||||
} else {
|
||||
_, err = q.Command("root", "chmod +x "+remoteTest)
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
if ka.Type == config.KernelModule {
|
||||
// TODO Write insmod log to file or database
|
||||
|
Loading…
Reference in New Issue
Block a user