mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 01:36:32 +01:00
Debug with SHOW TABLE STATUS
This commit is contained in:
parent
94a150f361
commit
7d28c7f7c3
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ before_script:
|
|||
- cd testing_mygame
|
||||
- evennia migrate
|
||||
- evennia collectstatic --noinput
|
||||
- mysql -u root -e "SHOW TABLE STATUS;"
|
||||
|
||||
script:
|
||||
- coverage run --source=../evennia --omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service ../bin/unix/evennia test --settings=settings --keepdb evennia
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue