You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-10 23:12:02 +02:00
added test for "checking configuration: user-patches.sh executed" - should fail with this commit
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user