mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
test: commit database checksum, ignore actual databases
The checksum file is used by the test infrastructure to verify the downloaded test database is the one we had in mind. Note that this test is rather strict, and the the checksum file needs to be recommitted when the database is regenerated. add a pattern .gitignore to ignore the actual databases
This commit is contained in:
parent
6af2b05612
commit
b660642101
2 changed files with 2 additions and 0 deletions
1
test/test-databases/.gitignore
vendored
Normal file
1
test/test-databases/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.tar.xz
|
1
test/test-databases/database-v1.tar.xz.sha256
Normal file
1
test/test-databases/database-v1.tar.xz.sha256
Normal file
|
@ -0,0 +1 @@
|
|||
4299e051b10e1fa7b33ea2862790a09ebfe96859681804e5251e130f800e69d2 database-v1.tar.xz
|
Loading…
Reference in a new issue