Mercurial > evolve
changeset 3341:eadbe24a93f8
stablesort: use on disk cache for test
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 21 Dec 2017 02:13:19 +0100 |
parents | fd90e73bf79a |
children | 3194aec207ae |
files | tests/test-stablesort-criss-cross.t tests/test-stablesort.t |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-stablesort-criss-cross.t Thu Dec 21 02:01:58 2017 +0100 +++ b/tests/test-stablesort-criss-cross.t Thu Dec 21 02:13:19 2017 +0100 @@ -9,7 +9,7 @@ > [ui] > logtemplate = "{rev} {node|short} {desc} {tags}\n" > [alias] - > showsort = debugstablesort --template="{node|short}\n" --method headcached + > showsort = debugstablesort --template="{node|short}\n" --method headondisk > EOF $ checktopo () {
--- a/tests/test-stablesort.t Thu Dec 21 02:01:58 2017 +0100 +++ b/tests/test-stablesort.t Thu Dec 21 02:13:19 2017 +0100 @@ -10,7 +10,7 @@ > logtemplate = "{rev} {node|short} {desc} {tags}\n" > [alias] > showsort = debugstablesort --template="{node|short}\n" --method basic-mergepoint - > showsorthead = debugstablesort --template="{node|short}\n" --method headcached + > showsorthead = debugstablesort --template="{node|short}\n" --method headondisk > EOF