forked from VimPlug/jedi-vim
have to add the jedi-vim directory automatically
This commit is contained in:
@@ -14,7 +14,7 @@ class IntegrationTestFile(object):
|
|||||||
self.path = path
|
self.path = path
|
||||||
|
|
||||||
def run(self):
|
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():
|
for line in output.splitlines():
|
||||||
if line.startswith('not ok') or line.startswith('Error'):
|
if line.startswith('not ok') or line.startswith('Error'):
|
||||||
print(output)
|
print(output)
|
||||||
|
|||||||
Reference in New Issue
Block a user