Mercurial > public > mercurial-scm > hg
diff tests/test-convert-svn-sink.t @ 32940:75be14993fda
cleanup: use $PYTHON to run python in many more tests
Spotted one of these, then wrote a check-code rule that caught them
all. It will be the next change.
author | Augie Fackler <augie@google.com> |
---|---|
date | Tue, 20 Jun 2017 09:45:02 -0400 |
parents | ef1eb6df7071 |
children | 4441705b7111 |
line wrap: on
line diff
--- a/tests/test-convert-svn-sink.t Thu Jun 15 14:22:39 2017 -0400 +++ b/tests/test-convert-svn-sink.t Tue Jun 20 09:45:02 2017 -0400 @@ -10,7 +10,7 @@ > if [ $2 -gt 0 ]; then > limit="--limit=$2" > fi - > svn log --xml -v $limit | python "$TESTDIR/svnxml.py" + > svn log --xml -v $limit | $PYTHON "$TESTDIR/svnxml.py" > ) > }