Skip to content

Commit

Permalink
Merge pull request #13758 from RainbowMango/pr_run_test_from_kubernet…
Browse files Browse the repository at this point in the history
…es_root

Minor change: update error message for not run from kubernetes root
  • Loading branch information
k8s-ci-robot authored Aug 6, 2019
2 parents b3226a3 + ba0424d commit 012cf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubetest/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func validWorkingDirectory() error {
}
// This also matches "kubernetes_skew" for upgrades.
if !strings.Contains(filepath.Base(acwd), "kubernetes") {
return fmt.Errorf("must run from kubernetes directory root: %v", acwd)
return fmt.Errorf("must run from kubernetes directory root. current: %v", acwd)
}
return nil
}
Expand Down

0 comments on commit 012cf5f

Please sign in to comment.