edxtest needs to be created on naked systems.

This is a partial revert from d8fd8ed678
This commit is contained in:
Ben Patterson
2015-11-19 17:39:39 -05:00
parent 02b43c05fc
commit c475f2830e

View File

@@ -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