mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 12:15:52 +00:00
Fix Failf line offset reporting
This commit is contained in:
parent
9774e9bb7b
commit
62ff434825
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user