mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Merge pull request #274 from macvim-dev/fix/channel_test
Workaround fix for test_channel
This commit is contained in:
@@ -126,6 +126,7 @@ class ThreadedTCPRequestHandler(socketserver.BaseRequestHandler):
|
||||
print("sending: {0}".format(cmd))
|
||||
self.request.sendall(cmd.encode('utf-8'))
|
||||
response = "ok"
|
||||
time.sleep(0.01)
|
||||
elif decoded[1] == 'malformed2':
|
||||
cmd = '"unterminated string'
|
||||
print("sending: {0}".format(cmd))
|
||||
|
||||
Reference in New Issue
Block a user