4
4
./bzr selftest $(tests)
5
@echo "Running all tests with no locale."
6
LC_CTYPE= LANG=C LC_ALL= ./bzr selftest $(tests)
9
./bzr --no-plugins selftest -v msgeditor
8
find . -name "*.pyc" | xargs rm
13
-find . -name "*.pyc" | xargs rm
14
-find . -name "*.pyo" | xargs rm