mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 06:57:16 +02:00
Correct SHOW TABLE STATUS call
This commit is contained in:
parent
b0712fd5ba
commit
6c1f833efc
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ before_script:
|
|||
- cd testing_mygame
|
||||
- evennia migrate
|
||||
- evennia collectstatic --noinput
|
||||
- mysql -u root -e "SHOW TABLE STATUS;"
|
||||
- mysql -u root -e "SHOW TABLE STATUS;" evennia
|
||||
|
||||
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