mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Remove debug log line
This commit is contained in:
parent
34a828d07e
commit
4e1596e61e
@ -188,7 +188,6 @@ func RunRemote(archive string, host string, cleanup bool, junitFileNumber int) (
|
|||||||
glog.Infof("Copying test artifacts from %s", host)
|
glog.Infof("Copying test artifacts from %s", host)
|
||||||
scpErr := getTestArtifacts(host, tmp)
|
scpErr := getTestArtifacts(host, tmp)
|
||||||
exitOk := true
|
exitOk := true
|
||||||
glog.Errorf("vishh: %v", scpErr)
|
|
||||||
if scpErr != nil {
|
if scpErr != nil {
|
||||||
// Only exit non-0 if the scp failed
|
// Only exit non-0 if the scp failed
|
||||||
exitOk = false
|
exitOk = false
|
||||||
|
Loading…
Reference in New Issue
Block a user