Commit d6b258fd by Jesse Zoldak

Merge pull request #11265 from edx/zoldak/bok-choy-clean

Do not clean test files with bok choy testsonly command
parents a48b8b27 a00ebe92
......@@ -68,7 +68,7 @@ class BokChoyTestSuite(TestSuite):
self.report_dir.makedirs_p()
test_utils.clean_reports_dir() # pylint: disable=no-value-for-parameter
if not (self.fasttest or self.skip_clean):
if not (self.fasttest or self.skip_clean or self.testsonly):
test_utils.clean_test_files()
msg = colorize('green', "Checking for mongo, memchache, and mysql...")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment