[Lldb-commits] [PATCH] D18789: [NFC] Cleanup the code used to run shell commands from tests

Todd Fiala via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 8 10:57:02 PDT 2016


tfiala added a subscriber: tfiala.
tfiala added a comment.

The exponential back off code forgot to import 'time'.  This code will
trigger (and has on our end) a python exception for 'time' missing.

I'm fixing this now.


Repository:
  rL LLVM

http://reviews.llvm.org/D18789





More information about the lldb-commits mailing list