From e88c00a25cf4314fb333aa16ae044d1fc51aebc4 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Thu, 18 Dec 2014 14:08:20 -0500 Subject: [PATCH] Make bok_choy tests clean up test files before executing --- pavelib/utils/test/suites/bokchoy_suite.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pavelib/utils/test/suites/bokchoy_suite.py b/pavelib/utils/test/suites/bokchoy_suite.py index 1e4b9f0c92..fd95cccaf5 100644 --- a/pavelib/utils/test/suites/bokchoy_suite.py +++ b/pavelib/utils/test/suites/bokchoy_suite.py @@ -43,6 +43,7 @@ class BokChoyTestSuite(TestSuite): self.har_dir.makedirs_p() self.report_dir.makedirs_p() test_utils.clean_reports_dir() + test_utils.clean_test_files() msg = colorize('green', "Checking for mongo, memchache, and mysql...") print(msg)