comparison tests/test-i18n.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 a0e4df5a4d5d
children d00ec62d156f
comparison
equal deleted inserted replaced
32939:cad62cb3c84c 32940:75be14993fda
43 43
44 Check Mercurial specific translation problems in each *.po files, and 44 Check Mercurial specific translation problems in each *.po files, and
45 tool itself by doctest 45 tool itself by doctest
46 46
47 $ cd "$TESTDIR"/../i18n 47 $ cd "$TESTDIR"/../i18n
48 $ python check-translation.py *.po 48 $ $PYTHON check-translation.py *.po
49 $ python check-translation.py --doctest 49 $ $PYTHON check-translation.py --doctest
50 $ cd $TESTTMP 50 $ cd $TESTTMP