mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
added test for "checking configuration: user-patches.sh executed" - should fail with this commit
This commit is contained in:
parent
5e6969e594
commit
437d3b74cc
|
@ -27,6 +27,11 @@ function count_processed_changes() {
|
|||
# configuration checks
|
||||
#
|
||||
|
||||
@test "checking configuration: user-patches.sh executed" {
|
||||
run docker logs mail | grep "Default user-patches.sh successfully executed!"
|
||||
assert_output "Default user-patches.sh successfully executed!"
|
||||
}
|
||||
|
||||
@test "checking configuration: hostname/domainname" {
|
||||
run docker run `docker inspect --format '{{ .Config.Image }}' mail`
|
||||
assert_success
|
||||
|
|
Loading…
Reference in a new issue