run-tests: clean up unused globals that were removed by tests-refactor series
authorYuya Nishihara <yuya@tcha.org>
Sat, 18 Oct 2014 21:52:11 +0900
changeset 23035 5f8f8225fc7e
parent 23034 eea2e0f76a24
child 23036 19f5273c9f3e
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.
tests/run-tests.py
--- 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),