Test to output SHOW VARIABLES as part of travis run

This commit is contained in:
Griatch 2019-03-24 10:19:26 +01:00
parent b4aee41dd8
commit 6acecb1c1e
2 changed files with 5 additions and 2 deletions

View file

@ -23,6 +23,7 @@ before_install:
- mysql -u root -e "CREATE DATABASE evennia CHARACTER SET utf8mb4;"
- mysql -u root -e "CREATE USER 'evennia'@'localhost' IDENTIFIED BY 'password';"
- mysql -u root -e "GRANT ALL ON *.* TO 'evennia'@'localhost' IDENTIFIED BY 'password';"
- mysql -u root -e "SHOW VARIABLES WHERE Variable_name LIKE 'character\_set\_%' OR Variable_name LIKE 'collation%';"
install:
- pip install psycopg2-binary