Debug with SHOW TABLE STATUS
This commit is contained in:
parent
78557482cd
commit
b0712fd5ba
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ before_script:
|
||||||
- cd testing_mygame
|
- cd testing_mygame
|
||||||
- evennia migrate
|
- evennia migrate
|
||||||
- evennia collectstatic --noinput
|
- evennia collectstatic --noinput
|
||||||
|
- mysql -u root -e "SHOW TABLE STATUS;"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- coverage run --source=../evennia --omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service ../bin/unix/evennia test --settings=settings --keepdb evennia
|
- 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