mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
- test for user-patches.sh
This commit is contained in:
parent
34f52c6ad0
commit
37540509dc
3 changed files with 4 additions and 4 deletions
|
@ -28,8 +28,8 @@ function count_processed_changes() {
|
|||
#
|
||||
|
||||
@test "checking configuration: user-patches.sh executed" {
|
||||
run docker logs mail | grep "Default user-patches.sh successfully executed!"
|
||||
assert_success
|
||||
run echo -n "`docker logs mail | grep 'user\-patches\.sh'`"
|
||||
assert_output --partial "Default user-patches.sh successfully executed"
|
||||
}
|
||||
|
||||
@test "checking configuration: hostname/domainname" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue