From a00ebe925a8dcb50eb1de98c3f8d7252d4fde492 Mon Sep 17 00:00:00 2001 From: Jesse Zoldak Date: Tue, 19 Jan 2016 13:48:17 -0500 Subject: [PATCH] Do not clean test files with bok choy testsonly command --- pavelib/utils/test/suites/bokchoy_suite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pavelib/utils/test/suites/bokchoy_suite.py b/pavelib/utils/test/suites/bokchoy_suite.py index 7ac9e0f13f..3500d4f0d6 100644 --- a/pavelib/utils/test/suites/bokchoy_suite.py +++ b/pavelib/utils/test/suites/bokchoy_suite.py @@ -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...")