diff options
author | David Bremner <david@tethera.net> | 2014-03-01 19:22:59 -0400 |
---|---|---|
committer | David Bremner <david@tethera.net> | 2014-03-11 19:51:22 -0300 |
commit | b6606421019daebbe62645c2dbc2fcdd0f32c1e2 (patch) | |
tree | 4f6536a41ee90477a9af22eeaf8c6659f1cdb267 /test | |
parent | 6af2b05612b2bbd998804826c39276b77afce887 (diff) |
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
Diffstat (limited to 'test')
-rw-r--r-- | test/test-databases/.gitignore | 1 | ||||
-rw-r--r-- | test/test-databases/database-v1.tar.xz.sha256 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/test-databases/.gitignore b/test/test-databases/.gitignore new file mode 100644 index 00000000..b5624b74 --- /dev/null +++ b/test/test-databases/.gitignore @@ -0,0 +1 @@ +*.tar.xz diff --git a/test/test-databases/database-v1.tar.xz.sha256 b/test/test-databases/database-v1.tar.xz.sha256 new file mode 100644 index 00000000..2cc4f965 --- /dev/null +++ b/test/test-databases/database-v1.tar.xz.sha256 @@ -0,0 +1 @@ +4299e051b10e1fa7b33ea2862790a09ebfe96859681804e5251e130f800e69d2 database-v1.tar.xz |