chore: Remove the Makefile backup target#3000
chore: Remove the Makefile backup target#3000polarathene merged 5 commits intodocker-mailserver:masterfrom
backup target#3000Conversation
- No longer relevant. - `clean` target inline docs revised. - `.gitignore` remove test lines that are no longer valid.
|
Tests were still running while I opened up the PR. I did encounter some failures. The |
This 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.
|
@georglauterbach I know you said you wanted to tackle From what I could see that test was largely redundant (as |
That's alright, less work for me :D |
Description
This is no longer serving any value to us. It was made redundant with changes added in Oct 2020.
.gitignoreentries were added in July 2019. They are no longer created by our tests.backuptarget is detailed in a comment from me in March 2022. It was introduced in 2016. The linked comment discussed removing thebackuptarget entirely (I stumbled upon it and figured I should raise a PR for it).no_container.batswas a test creating a bunch of paths, but did not seem all that useful assetup-cli.batscovers the bulk of functionality tested. Stripped it down to the only relevant test case.Type of change
Checklist: