[Lldb-commits] [PATCH] D44526: [dotest] Clean up test folder clean-up

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 19 10:17:07 PDT 2018


clayborg added subscribers: labath, clayborg.
clayborg added a comment.

I would be nice to have the option to nuke each test build directory if the test passed. Can be an option that we specify. That way, the only folders left over could be the tests that are failing. The options doesn't need to default to true, but if anyone is in that code and would know how to do that, that would be a great option to have. This option could also clean up the log directory and remove any logs for tests that succeeded or were skipped. I alway have to go and nuke these files manually.

Greg


Repository:
  rL LLVM

https://reviews.llvm.org/D44526





More information about the lldb-commits mailing list