summaryrefslogtreecommitdiff
path: root/Makefile-tests.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-07-09 21:46:23 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2017-07-10 14:18:18 +0000
commit0aa20df20e1915c405750bc00995b130cfc3eb75 (patch)
tree76ffff7c7c0ae2d37d3ed91dccd9c3394d8a4d90 /Makefile-tests.am
parent9d941dcebbbbe0cab1f40adf3269a1562760f9ac (diff)
downloadostree-0aa20df20e1915c405750bc00995b130cfc3eb75.tar.gz
tests: Run pull tests for bare/bare-user
We have variants of `test-basic` for all 4 modes, but not for pull-test, which for some reason was named `pull-archive`, but mostly pulls *into* bare repos. The test code was structured like the basic one where it called into a `pull-test.sh`, so let's actually use it for 2/3 bare modes. (I tried to extend it to `bare-user-only` but it failed, going to look at that after this). This is related to https://github.com/ostreedev/ostree/issues/991 Closes: #998 Approved by: jlebon
Diffstat (limited to 'Makefile-tests.am')
-rw-r--r--Makefile-tests.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile-tests.am b/Makefile-tests.am
index b4ec44d6..28e0a43a 100644
--- a/Makefile-tests.am
+++ b/Makefile-tests.am
@@ -67,7 +67,8 @@ _installed_or_uninstalled_test_scripts = \
tests/test-help.sh \
tests/test-libarchive.sh \
tests/test-parent.sh \
- tests/test-pull-archive.sh \
+ tests/test-pull-bare.sh \
+ tests/test-pull-bareuser.sh \
tests/test-pull-commit-only.sh \
tests/test-pull-depth.sh \
tests/test-pull-mirror-summary.sh \