From e2d7f6a027e80646ef21004e5ce9ce246c3b2618 Mon Sep 17 00:00:00 2001 From: Will Daly Date: Tue, 14 May 2013 10:45:27 -0400 Subject: [PATCH] Changed module store directory root to test_root/data --- lms/envs/acceptance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/envs/acceptance.py b/lms/envs/acceptance.py index c713523f5b..8346df5b6e 100644 --- a/lms/envs/acceptance.py +++ b/lms/envs/acceptance.py @@ -14,7 +14,7 @@ modulestore_options = { 'host': 'localhost', 'db': 'test_xmodule', 'collection': 'modulestore', - 'fs_root': GITHUB_REPO_ROOT, + 'fs_root': TEST_ROOT / "data", 'render_template': 'mitxmako.shortcuts.render_to_string', }