mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-31 08:04:46 +02:00
chore: Add debug group (packages.sh
) + more resilient rspamd setup (#3578)
This commit is contained in:
parent
894978ddd7
commit
128e6b4d1f
4 changed files with 47 additions and 21 deletions
|
@ -35,7 +35,11 @@ SOURCE_BASE_PATH="${REPOSITORY_ROOT:?Expected REPOSITORY_ROOT to be set}/target/
|
|||
|
||||
run _env_var_expect_zero_or_one TWO
|
||||
assert_failure
|
||||
assert_output --partial "The value of 'TWO' is not zero or one ('2'), but was expected to be"
|
||||
assert_output --partial "The value of 'TWO' (= '2') is not 0 or 1, but was expected to be"
|
||||
|
||||
run _env_var_expect_zero_or_one UNSET
|
||||
assert_failure
|
||||
assert_output --partial "'UNSET' is not set, but was expected to be"
|
||||
|
||||
run _env_var_expect_zero_or_one
|
||||
assert_failure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue