Commit 7a227bb2 by Jesse Zoldak

Merge pull request #6292 from edx/zoldak/default-xml-test-dir

for tests change the default xml data dir 
parents ca8faf92 40aaf5de
......@@ -131,7 +131,7 @@ update_module_store_settings(
'fs_root': TEST_ROOT / "data",
},
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={
'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