have to add the jedi-vim directory automatically

This commit is contained in:
David Halter
2013-08-22 23:22:30 +04:30
parent 90bdf0c106
commit eba0689bff

View File

@@ -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)