Commit 8e14c9f0 by Calen Pennington

Merge pull request #6313 from cpennington/bok-choy-clean-mako

Make bok_choy tests clean up test files before executing
parents 3b8b6a33 e88c00a2
...@@ -43,6 +43,7 @@ class BokChoyTestSuite(TestSuite): ...@@ -43,6 +43,7 @@ class BokChoyTestSuite(TestSuite):
self.har_dir.makedirs_p() self.har_dir.makedirs_p()
self.report_dir.makedirs_p() self.report_dir.makedirs_p()
test_utils.clean_reports_dir() test_utils.clean_reports_dir()
test_utils.clean_test_files()
msg = colorize('green', "Checking for mongo, memchache, and mysql...") msg = colorize('green', "Checking for mongo, memchache, and mysql...")
print(msg) print(msg)
......
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