[Lldb-commits] [PATCH] D18912: sleep and retry on failure to delete temp file in tests

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 8 15:22:19 PDT 2016


zturner added a comment.

How about add a function to `lldbsuite\support\fs.py`?

  def remove_file(file, num_retries, sleep_duration):

Then just call this everywhere you need to.  Could even nuke this whole `RemoveTempFile` method.


http://reviews.llvm.org/D18912





More information about the lldb-commits mailing list