Mercurial > evolve
comparison tests/test-wireproto-bundle1.t @ 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 | 8ca31deb8db7 |
children | e359d33856c3 9f42f819267b |
comparison
equal
deleted
inserted
replaced
1522:97b9141cbf72 | 1523:34e0b17858e3 |
---|---|
1 | 1 |
2 $ cat >> $HGRCPATH <<EOF | 2 $ cat >> $HGRCPATH <<EOF |
3 > [defaults] | 3 > [defaults] |
4 > amend=-d "0 0" | 4 > amend=-d "0 0" |
5 > [ui] | 5 > [ui] |
6 > ssh=python "$TESTDIR/dummyssh" | 6 > ssh=python "$RUNTESTDIR/dummyssh" |
7 > [phases] | 7 > [phases] |
8 > publish = False | 8 > publish = False |
9 > [extensions] | 9 > [extensions] |
10 > EOF | 10 > EOF |
11 $ echo "evolve=$(echo $(dirname $TESTDIR))/hgext/evolve.py" >> $HGRCPATH | 11 $ echo "evolve=$(echo $(dirname $TESTDIR))/hgext/evolve.py" >> $HGRCPATH |