From 144ccdf65701e992de28ccfe49af67cbb12adae7 Mon Sep 17 00:00:00 2001 From: Phillip Wittrock Date: Tue, 5 Jan 2016 13:27:50 -0800 Subject: [PATCH] Remove added whitespace --- integration/runner/runner.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration/runner/runner.go b/integration/runner/runner.go index 14279e26..abc98f32 100644 --- a/integration/runner/runner.go +++ b/integration/runner/runner.go @@ -121,7 +121,6 @@ func PushAndRunTests(host, testDir string) error { // Run the tests in a retry loop. glog.Infof("Running integration tests targeting %q...", host) - for i := 0; i <= *testRetryCount; i++ { // Check if this is a retry if i > 0 { @@ -141,7 +140,6 @@ func PushAndRunTests(host, testDir string) error { break } } - if err != nil { err = fmt.Errorf("error on host %s: %v", host, err) }