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

@ -47,12 +47,14 @@ DATABASES = {
'HOST': 'localhost',
'PORT': '', # use default port
'OPTIONS': {
'read_default_file': '.travis/my.conf'
# 'read_default_file': '.travis/my.conf',
'charset': 'utf8mb4'
},
'TEST': {
'NAME': 'default',
'OPTIONS': {
'read_default_file': '.travis/my.conf'
# 'read_default_file': '.travis/my.conf'
'charset': 'utf8mb4'
}
}
}