mirror of
https://github.com/davidhalter/jedi-vim.git
synced 2025-12-07 11:14:32 +08:00
have to add the jedi-vim directory automatically
This commit is contained in:
@@ -14,7 +14,7 @@ class IntegrationTestFile(object):
|
||||
self.path = path
|
||||
|
||||
def run(self):
|
||||
output = subprocess.check_output([VSPEC_RUNNER, VSPEC_FOLDER, self.path])
|
||||
output = subprocess.check_output([VSPEC_RUNNER, '.', VSPEC_FOLDER, self.path])
|
||||
for line in output.splitlines():
|
||||
if line.startswith('not ok') or line.startswith('Error'):
|
||||
print(output)
|
||||
|
||||
Reference in New Issue
Block a user