Commit 62ff4348 authored by Zach Loafman's avatar Zach Loafman

Fix Failf line offset reporting

parent 9774e9bb
......@@ -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 {
......
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