flush send buffer on the background thread

This commit is contained in:
Benjamin Sergeant
2019-03-12 21:49:26 -07:00
parent 4de3ec995e
commit 11092027cd
4 changed files with 15 additions and 12 deletions

View File

@ -78,6 +78,7 @@ shutil.copy(os.path.join(
'zlib.dll'), '.')
lldb = "lldb --batch -o 'run' -k 'thread backtrace all' -k 'quit 1'"
lldb = "" # Disabled for now
testCommand = '{} {} {}'.format(lldb, testBinary, os.getenv('TEST', ''))
ret = os.system(testCommand)
assert ret == 0, 'Test command failed'