diff --git a/test/e2e/util.go b/test/e2e/util.go index f447d4d0acb..abc93bfef24 100644 --- a/test/e2e/util.go +++ b/test/e2e/util.go @@ -45,7 +45,7 @@ func Logf(format string, a ...interface{}) { } func Failf(format string, a ...interface{}) { - Fail(fmt.Sprintf(format, a...)) + Fail(fmt.Sprintf(format, a...), 1) } func waitForPodRunning(c *client.Client, id string, tryFor time.Duration) error {