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

Zachary Turner zturner at google.com
Wed Dec 3 16:46:08 PST 2014


Fair enough, no need to change anything then.

Weird though that os.system doesn't return the same value, I always thought
os.system(x) was equivalent to subprocess.call(x, shell=True).

Anyway, LGTM

http://reviews.llvm.org/D6364






More information about the lldb-commits mailing list