From 48a44f321ab4e6fe21bb38c774d3ff7fd49bb944 Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Thu, 28 Jul 2016 11:46:30 -0400 Subject: [PATCH] DOC: Note where cleanup happens. --- tests/resources/rebuild_example_data | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/resources/rebuild_example_data b/tests/resources/rebuild_example_data index 92c7e86a..c33cd2a3 100755 --- a/tests/resources/rebuild_example_data +++ b/tests/resources/rebuild_example_data @@ -164,6 +164,8 @@ def main(ctx, rebuild_input): ) # move the new results to the expected path + # note that new_perf_path will be cleaned up dataframe_cache on + # exit. shutil.rmtree(expected_perf_path) shutil.copytree(new_perf_path, expected_perf_path)