1
1
Fork 0
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-05-12 17:16:04 +02:00
docker-mailserver/test/tests/serial
Brennan Kinney 1650cdf76f
chore: Remove the Makefile `backup` target (#3000)
* chore: Remove `backup` target from Makefile

- The `backup` target is no longer serving any value to us. It was made redundant with changes added in Oct 2020.
- `clean` target inline docs revised.
- `.gitignore` remove test lines that are no longer valid.

* chore: Parallel test target split to multi-line

* tests(fix): Test `setup.sh` with temporary config dir

The `no_containers.bats` test has many redundant test cases already covered by `setup-cli`. They're basically identical. Removed all but one.

This removes some config dirs that were being explicitly created instead of using the test helper to generate a directory that can be used to test the `-p` option instead.

* ci: Ensure tests are run when `Makefile` is modified
2023-01-13 10:13:42 +13:00
..
mail_changedetector.bats fix(changedetector): Use service `reload` commands instead of `supervisorctl restart <service>` (#2947) 2022-12-24 01:57:24 +13:00
mail_fetchmail.bats tests(chore): Use `REPOSITORY_ROOT` export var from Makefile 2022-11-26 14:52:42 +13:00
mail_fetchmail_parallel.bats tests(chore): Use `REPOSITORY_ROOT` export var from Makefile 2022-11-26 14:52:42 +13:00
mail_hostname.bats tests(chore): Use `REPOSITORY_ROOT` export var from Makefile 2022-11-26 14:52:42 +13:00
mail_lmtp_ip.bats Fix several typos (#2993) 2023-01-11 13:31:21 +13:00
mail_pop3.bats tests(chore): Use `REPOSITORY_ROOT` export var from Makefile 2022-11-26 14:52:42 +13:00
mail_postfix_inet.bats tests(chore): Use `REPOSITORY_ROOT` export var from Makefile 2022-11-26 14:52:42 +13:00
mail_privacy.bats tests(chore): Use `REPOSITORY_ROOT` export var from Makefile 2022-11-26 14:52:42 +13:00
mail_quotas_disabled.bats tests(chore): Use `REPOSITORY_ROOT` export var from Makefile 2022-11-26 14:52:42 +13:00
mail_smtponly.bats fix: Workaround `postconf` write settling logic (#2998) 2023-01-13 10:10:58 +13:00
mail_special_use_folders.bats chore: Remove legacy ENV `SASL_PASSWD` (#2946) 2022-12-23 15:30:40 +13:00
mail_time.bats tests(chore): Use `REPOSITORY_ROOT` export var from Makefile 2022-11-26 14:52:42 +13:00
mail_tls_dhparams.bats tests(refactor): Adjust `mail_tls_dhparams.bats` (#2994) 2023-01-12 10:04:50 +13:00
mail_with_imap.bats tests(chore): Use `REPOSITORY_ROOT` export var from Makefile 2022-11-26 14:52:42 +13:00
mail_with_ldap.bats tests(chore): Use `REPOSITORY_ROOT` export var from Makefile 2022-11-26 14:52:42 +13:00
mail_with_mdbox.bats chore: Remove legacy ENV `SASL_PASSWD` (#2946) 2022-12-23 15:30:40 +13:00
mail_with_postgrey_disabled_by_default.bats tests(chore): Use `REPOSITORY_ROOT` export var from Makefile 2022-11-26 14:52:42 +13:00
mail_with_relays.bats tests(chore): Use `REPOSITORY_ROOT` export var from Makefile 2022-11-26 14:52:42 +13:00
mail_with_sdbox.bats chore: Remove legacy ENV `SASL_PASSWD` (#2946) 2022-12-23 15:30:40 +13:00
no_container.bats chore: Remove the Makefile `backup` target (#3000) 2023-01-13 10:13:42 +13:00
open_dkim.bats tests(chore): Use `REPOSITORY_ROOT` export var from Makefile 2022-11-26 14:52:42 +13:00
permit_docker.bats fix: Workaround `postconf` write settling logic (#2998) 2023-01-13 10:10:58 +13:00
sedfile.bats tests(chore): Use `REPOSITORY_ROOT` export var from Makefile 2022-11-26 14:52:42 +13:00
setup-cli.bats fix(changedetector): Use service `reload` commands instead of `supervisorctl restart <service>` (#2947) 2022-12-24 01:57:24 +13:00
test_helper.bats Fix several typos (#2993) 2023-01-11 13:31:21 +13:00
tests.bats tests: Extract some test cases out from `tests.bats` (#2980) 2023-01-07 11:36:20 +13:00