summaryrefslogtreecommitdiff
path: root/pylint
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-09-17 09:43:27 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2018-09-17 09:43:27 +0200
commit0ff9fb55e52fbc6f754d145fb06523d19e1bef98 (patch)
tree9501c34034de13369eca4a28b882340f524d01ff /pylint
parent42a667bced814d8b89ea90eee0bb6af5cd281e88 (diff)
downloadpylint-git-0ff9fb55e52fbc6f754d145fb06523d19e1bef98.tar.gz
Rely on a different file than bad_continuation for the parallel test case
Diffstat (limited to 'pylint')
-rw-r--r--pylint/test/test_self.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/test/test_self.py b/pylint/test/test_self.py
index ffe3a995a..cbc23176b 100644
--- a/pylint/test/test_self.py
+++ b/pylint/test/test_self.py
@@ -232,7 +232,7 @@ class TestRunTC(object):
[
"-j 2",
join(HERE, "functional/arguments.py"),
- join(HERE, "functional/bad_continuation.py"),
+ join(HERE, "functional/arguments.py"),
],
code=2,
)