Mercurial > evolve
changeset 1523:34e0b17858e3
test: use 'dummyssh' from the run-tests directory
This is a step toward not shipping our own test runners and relying on the
official Mercurial one.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Mon, 02 Nov 2015 11:05:28 +0000 |
parents | 97b9141cbf72 |
children | bfbd99b50f8f |
files | tests/test-wireproto-bundle1.t tests/test-wireproto.t |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-wireproto-bundle1.t Mon Nov 02 11:04:44 2015 +0000 +++ b/tests/test-wireproto-bundle1.t Mon Nov 02 11:05:28 2015 +0000 @@ -3,7 +3,7 @@ > [defaults] > amend=-d "0 0" > [ui] - > ssh=python "$TESTDIR/dummyssh" + > ssh=python "$RUNTESTDIR/dummyssh" > [phases] > publish = False > [extensions]
--- a/tests/test-wireproto.t Mon Nov 02 11:04:44 2015 +0000 +++ b/tests/test-wireproto.t Mon Nov 02 11:05:28 2015 +0000 @@ -6,7 +6,7 @@ > obsmarkers-exchange-debug=true > bundle2-exp=true > [ui] - > ssh=python "$TESTDIR/dummyssh" + > ssh=python "$RUNTESTDIR/dummyssh" > [phases] > publish = False > [extensions]