Commit 60bfb13b by Jesse Zoldak Committed by Adam Palay

for tests change the default xml data dir to a place where it will get cleaned up

parent e653af4d
...@@ -131,7 +131,7 @@ update_module_store_settings( ...@@ -131,7 +131,7 @@ update_module_store_settings(
'fs_root': TEST_ROOT / "data", 'fs_root': TEST_ROOT / "data",
}, },
xml_store_options={ xml_store_options={
'data_dir': mkdtemp(), # never inadvertently load all the XML courses 'data_dir': mkdtemp(dir=TEST_ROOT), # never inadvertently load all the XML courses
}, },
doc_store_settings={ doc_store_settings={
'host': MONGO_HOST, 'host': MONGO_HOST,
......
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