mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
committed by
Bjørn Erik Pedersen
parent
e25db38467
commit
013c8cfb25
@@ -263,7 +263,7 @@ func (s *IntegrationTestBuilder) AssertLogContains(els ...string) {
|
||||
}
|
||||
}
|
||||
|
||||
// AssertLogNotContains asserts that the last build log does matches the given regular expressions.
|
||||
// AssertLogMatches asserts that the last build log matches the given regular expressions.
|
||||
// The regular expressions can be negated with a "! " prefix.
|
||||
func (s *IntegrationTestBuilder) AssertLogMatches(expression string) {
|
||||
s.Helper()
|
||||
|
Reference in New Issue
Block a user