Mercurial > hg-stable
diff tests/test-i18n.t @ 32958: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 | a0e4df5a4d5d |
children | d00ec62d156f |
line wrap: on
line diff
--- a/tests/test-i18n.t Thu Jun 15 14:22:39 2017 -0400 +++ b/tests/test-i18n.t Tue Jun 20 09:45:02 2017 -0400 @@ -45,6 +45,6 @@ tool itself by doctest $ cd "$TESTDIR"/../i18n - $ python check-translation.py *.po - $ python check-translation.py --doctest + $ $PYTHON check-translation.py *.po + $ $PYTHON check-translation.py --doctest $ cd $TESTTMP