Skip to content
Snippets Groups Projects
Commit 1ce16c7b authored by Yuya Nishihara's avatar Yuya Nishihara
Browse files

run-tests: initialize global variables to suppress pyflakes warning

parent d882a878
No related branches found
No related tags found
No related merge requests found
...@@ -101,6 +101,8 @@ ...@@ -101,6 +101,8 @@
if 'java' in sys.platform: if 'java' in sys.platform:
IMPL_PATH = 'JYTHONPATH' IMPL_PATH = 'JYTHONPATH'
TESTDIR = HGTMP = INST = BINDIR = TMPBINDIR = PYTHONDIR = None
requiredtools = [os.path.basename(sys.executable), "diff", "grep", "unzip", requiredtools = [os.path.basename(sys.executable), "diff", "grep", "unzip",
"gunzip", "bunzip2", "sed"] "gunzip", "bunzip2", "sed"]
createdfiles = [] createdfiles = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment