commit | a91b9474daf71c81e0ac5eb8c41666fce49478a4 | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Fri Oct 22 21:06:04 2010 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Fri Oct 22 21:06:04 2010 +0000 |
tree | 5fbaac91de6c0f9fde31700e6a18de86702dd64d | |
parent | 457a04e3ce5c0925850bb30ec152c89dd68d3ab4 [diff] [blame] |
Add text about test class cleanup. llvm-svn: 117148
diff --git a/lldb/test/settings/TestSettings.py b/lldb/test/settings/TestSettings.py index b7d39bd..9adc953 100644 --- a/lldb/test/settings/TestSettings.py +++ b/lldb/test/settings/TestSettings.py
@@ -13,6 +13,7 @@ @classmethod def classCleanup(cls): + """Cleanup the test byproducts.""" system(["/bin/sh", "-c", "rm -f output.txt"]) system(["/bin/sh", "-c", "rm -f stdout.txt"])