Mercurial > hg
changeset 21231:1ce16c7b7fb4
run-tests: initialize global variables to suppress pyflakes warning
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Fri, 02 May 2014 18:25:23 +0900 |
parents | d882a8786ddf |
children | 0768cda8b579 |
files | tests/run-tests.py |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/run-tests.py Tue May 06 12:47:59 2014 -0500 +++ b/tests/run-tests.py Fri May 02 18:25:23 2014 +0900 @@ -101,6 +101,8 @@ if 'java' in sys.platform: IMPL_PATH = 'JYTHONPATH' +TESTDIR = HGTMP = INST = BINDIR = TMPBINDIR = PYTHONDIR = None + requiredtools = [os.path.basename(sys.executable), "diff", "grep", "unzip", "gunzip", "bunzip2", "sed"] createdfiles = []