makefile: use utf8 for mysql tests
This commit is contained in:
parent
2525df1b8e
commit
a86f0089a2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -29,7 +29,7 @@ test-only-mysql:
|
|||
PYTHONHASHSEED=random \
|
||||
py.test -x -vv -r xw -p no:sugar --cov=rhodecode \
|
||||
--cov-report=term-missing --cov-report=html \
|
||||
--ini-config-override='{"app:main": {"sqlalchemy.db1.url": "mysql://root:qweqwe@localhost/rhodecode_test"}}' \
|
||||
--ini-config-override='{"app:main": {"sqlalchemy.db1.url": "mysql://root:qweqwe@localhost/rhodecode_test?charset=utf8"}}' \
|
||||
rhodecode
|
||||
|
||||
test-only-postgres:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue