Skip to content
Snippets Groups Projects
Commit a00ebe92 authored by Jesse Zoldak's avatar Jesse Zoldak
Browse files

Do not clean test files with bok choy testsonly command

parent 7ca5e4ab
No related merge requests found
......@@ -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...")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment