mirror of
https://github.com/containers/podman.git
synced 2025-11-28 09:09:44 +08:00
e2e tests: enable golint
...and fix problems found therewith. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@@ -111,7 +111,6 @@ func (p *PodmanTestIntegration) StopRemoteService() {
|
||||
if _, err := remoteSession.Wait(); err != nil {
|
||||
fmt.Fprintf(os.Stderr, "error on remote stop-wait %q", err)
|
||||
}
|
||||
|
||||
} else {
|
||||
parentPid := fmt.Sprintf("%d", p.RemoteSession.Pid)
|
||||
pgrep := exec.Command("pgrep", "-P", parentPid)
|
||||
|
||||
Reference in New Issue
Block a user