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

Do not clean test files with bok choy testsonly command
This commit is contained in:
Jesse Zoldak
2016-01-25 15:25:03 -05:00

View File

@@ -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...")