Mercurial > public > mercurial-scm > hg
diff tests/run-tests.py @ 23035:5f8f8225fc7e
run-tests: clean up unused globals that were removed by tests-refactor series
They were demoted to instance variables by cb88d4a04f58, 1ad7aabba14e,
93511a595766, 2e1aa8c1ee37, 8e7b0f4d6ac7 and 02087bc4f143.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 18 Oct 2014 21:52:11 +0900 |
parents | 9f0f50c63e16 |
children | 5ba11ab48fcf |
line wrap: on
line diff
--- a/tests/run-tests.py Thu Oct 16 17:44:37 2014 +0200 +++ b/tests/run-tests.py Sat Oct 18 21:52:11 2014 +0900 @@ -107,8 +107,6 @@ if 'java' in sys.platform: IMPL_PATH = 'JYTHONPATH' -TESTDIR = HGTMP = INST = BINDIR = TMPBINDIR = PYTHONDIR = None - defaults = { 'jobs': ('HGTEST_JOBS', 1), 'timeout': ('HGTEST_TIMEOUT', 180),