diff options
author | Colin Walters <walters@verbum.org> | 2014-10-26 22:46:57 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2014-10-28 11:16:55 -0400 |
commit | bcf40b49023ec4cc3a7a6f832d311eac9319901e (patch) | |
tree | 7e8af278e320415957650e432465a8c412494eeb /Makefile-tests.am | |
parent | 64dec0add8dc1e990d48c671ef7d436bbe87552d (diff) | |
download | ostree-bcf40b49023ec4cc3a7a6f832d311eac9319901e.tar.gz |
pull: Add depth supportv2014.10
For mirroring in particular, we really want to be able to traverse
all history.
$ ostree --repo=repo pull --mirror --depth=-1
https://bugzilla.gnome.org/show_bug.cgi?id=739240
Diffstat (limited to 'Makefile-tests.am')
-rw-r--r-- | Makefile-tests.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile-tests.am b/Makefile-tests.am index 088d2fa9..da2eafef 100644 --- a/Makefile-tests.am +++ b/Makefile-tests.am @@ -31,6 +31,7 @@ testfiles = test-basic \ test-libarchive \ test-pull-archive-z \ test-pull-corruption \ + test-pull-depth \ test-pull-mirror-summary \ test-pull-large-metadata \ test-pull-metalink \ |