We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9255a19 commit fcb32a0Copy full SHA for fcb32a0
test-sourcekit-lsp/test-sourcekit-lsp.py
@@ -141,7 +141,8 @@ def main():
141
if p.returncode == 0:
142
print('OK')
143
else:
144
- print('error: sourcekit-lsp exited with code {}'.format(exitcode))
+ print('error: sourcekit-lsp exited with code {}'.format(p.returncode))
145
+ sys.exit(1)
146
# CHECK: OK
147
148
if __name__ == "__main__":
0 commit comments