[Lldb-commits] [PATCH] 5 minute timeout for tests

Chaoren Lin chaorenl at google.com
Wed Dec 3 16:42:56 PST 2014


os.system didn't return the correct exit code (124). And I believe
subprocess.call is intended to replace os.system anyway according to this
<https://docs.python.org/2/library/subprocess.html#module-subprocess>.

http://reviews.llvm.org/D6364






More information about the lldb-commits mailing list