Merge pull request #1284 from vortex852456/master

Added optional file user-patches.sh for own patches without recompiling
This commit is contained in:
Erik Wramner 2019-11-09 15:13:06 +01:00 committed by GitHub
commit c882d95deb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 32 additions and 1 deletions

View file

@ -27,6 +27,11 @@ function count_processed_changes() {
# configuration checks
#
@test "checking configuration: user-patches.sh executed" {
run echo -n "`docker logs mail | grep 'user\-patches\.sh'`"
assert_output --partial "Default user-patches.sh successfully executed"
}
@test "checking configuration: hostname/domainname" {
run docker run `docker inspect --format '{{ .Config.Image }}' mail`
assert_success