Skip to content
Snippets Groups Projects
Commit 72fbcdc6 authored by Ben Patterson's avatar Ben Patterson
Browse files

Merge pull request #10687 from edx/benp/fix-edxtest-djan18

edxtest needs to be created on naked systems.
parents 6a76db08 c475f283
No related merge requests found
......@@ -24,6 +24,9 @@
DB_CACHE_DIR="common/test/db_cache"
# Ensure the test database exists.
echo "CREATE DATABASE IF NOT EXISTS edxtest;" | mysql -u root
# Clear out the test database
./manage.py lms --settings bok_choy reset_db --traceback --noinput
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment