Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
9bd42278
Commit
9bd42278
authored
Dec 20, 2012
by
Calen Pennington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't hide the logs in tests
parent
4b6ec85d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
lms/envs/test.py
+0
-7
No files found.
lms/envs/test.py
View file @
9bd42278
...
@@ -8,7 +8,6 @@ sessions. Assumes structure:
...
@@ -8,7 +8,6 @@ sessions. Assumes structure:
/log # Where we're going to write log files
/log # Where we're going to write log files
"""
"""
from
.common
import
*
from
.common
import
*
from
logsettings
import
get_logger_config
import
os
import
os
from
path
import
path
from
path
import
path
...
@@ -44,12 +43,6 @@ STATUS_MESSAGE_PATH = TEST_ROOT / "status_message.json"
...
@@ -44,12 +43,6 @@ STATUS_MESSAGE_PATH = TEST_ROOT / "status_message.json"
COURSES_ROOT
=
TEST_ROOT
/
"data"
COURSES_ROOT
=
TEST_ROOT
/
"data"
DATA_DIR
=
COURSES_ROOT
DATA_DIR
=
COURSES_ROOT
LOGGING
=
get_logger_config
(
TEST_ROOT
/
"log"
,
logging_env
=
"dev"
,
tracking_filename
=
"tracking.log"
,
dev_env
=
True
,
debug
=
True
)
COMMON_TEST_DATA_ROOT
=
COMMON_ROOT
/
"test"
/
"data"
COMMON_TEST_DATA_ROOT
=
COMMON_ROOT
/
"test"
/
"data"
# Where the content data is checked out. This may not exist on jenkins.
# Where the content data is checked out. This may not exist on jenkins.
GITHUB_REPO_ROOT
=
ENV_ROOT
/
"data"
GITHUB_REPO_ROOT
=
ENV_ROOT
/
"data"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment