================
Comment at: utils/lit/lit/run.py:179
@@ -177,1 +178,3 @@
+ output = 'Timeout after %d seconds\n' % (t.duration)
+ result = lit.Test.Result(lit.Test.FAIL, output)
except:
----------------
More specifically, I mean, how do I grab the rest of the output that happened before the timeout here?
http://reviews.llvm.org/D6584