From 24cd12419554bbddf1c8be74b99de18d034cb1c8 Mon Sep 17 00:00:00 2001 From: Adam Palay Date: Mon, 13 Jul 2015 17:10:32 -0400 Subject: [PATCH] add data_dir to bok_choy test settings --- cms/envs/bok_choy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/envs/bok_choy.py b/cms/envs/bok_choy.py index 8c7e7f8585..84916debe9 100644 --- a/cms/envs/bok_choy.py +++ b/cms/envs/bok_choy.py @@ -39,6 +39,7 @@ INSTALLED_APPS += ('django_extensions',) TEST_ROOT = REPO_ROOT / "test_root" # pylint: disable=no-value-for-parameter GITHUB_REPO_ROOT = (TEST_ROOT / "data").abspath() LOG_DIR = (TEST_ROOT / "log").abspath() +DATA_DIR = TEST_ROOT / "data" # Configure modulestore to use the test folder within the repo update_module_store_settings(