Unverified Commit 0e1eec5e authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #64559 from AdamDang/patch-10

Automatic merge from submit-queue (batch tested with PRs 63877, 64559, 65952). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Typo fix in returned message: formating->formatting Line 98: formating->formatting
parents bb4bdd08 0bc1aee1
...@@ -95,7 +95,7 @@ func runTest(t *testing.T, apiURL string, config *Config, clusterCIDR, serviceCI ...@@ -95,7 +95,7 @@ func runTest(t *testing.T, apiURL string, config *Config, clusterCIDR, serviceCI
func logResults(allResults []*Results) { func logResults(allResults []*Results) {
jStr, err := json.MarshalIndent(allResults, "", " ") jStr, err := json.MarshalIndent(allResults, "", " ")
if err != nil { if err != nil {
glog.Errorf("Error formating results: %v", err) glog.Errorf("Error formatting results: %v", err)
return return
} }
if resultsLogFile != "" { if resultsLogFile != "" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment