Commit e3664c35 by Ben Patterson

Merge pull request #11220 from edx/benp/drop-db-bok-choy

TE-1133 Fix to allow for serversonly /testsonly and full test modes.
parents 0c1fd7ab 15b015ab
...@@ -33,9 +33,6 @@ echo "CREATE DATABASE IF NOT EXISTS edxtest;" | mysql -u root ...@@ -33,9 +33,6 @@ echo "CREATE DATABASE IF NOT EXISTS edxtest;" | mysql -u root
# "CREATE DATABASE" in case the tests are being run in an environment (e.g. devstack # "CREATE DATABASE" in case the tests are being run in an environment (e.g. devstack
# or a jenkins worker environment) that already ran tests on another commit that had # or a jenkins worker environment) that already ran tests on another commit that had
# different migrations that created, dropped, or altered tables. # different migrations that created, dropped, or altered tables.
#
# Note that as a side effect, this might render the --serversonly / --testsonly
# paver options useless or broken.
echo "Issuing a reset_db command to the bok_choy MySQL database." echo "Issuing a reset_db command to the bok_choy MySQL database."
./manage.py lms --settings bok_choy reset_db --traceback --noinput ./manage.py lms --settings bok_choy reset_db --traceback --noinput
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment