mirror of
https://github.com/zrepl/zrepl.git
synced 2025-06-24 19:51:43 +02:00
platformtest: FailNow on Errorf
This commit is contained in:
parent
e594421322
commit
18e101a04e
@ -27,6 +27,7 @@ func (c *Context) Logf(format string, args ...interface{}) {
|
||||
|
||||
func (c *Context) Errorf(format string, args ...interface{}) {
|
||||
GetLog(c).Printf(format, args...)
|
||||
c.FailNow()
|
||||
}
|
||||
|
||||
func (c *Context) FailNow() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user