diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2019-09-25 20:13:18 +0800 |
---|---|---|
committer | Antoine GIRARD <sapk@users.noreply.github.com> | 2019-09-25 14:13:18 +0200 |
commit | a8c024043ca7a762c29e3ed97b791df541b219d9 (patch) | |
tree | cae62a5a902695acf9cd82b5981c381850872c20 /integrations/mysql.ini.tmpl | |
parent | c05b89a5aaea7c3a7db9b602693556cde725a30f (diff) | |
download | gitea-a8c024043ca7a762c29e3ed97b791df541b219d9.tar.gz gitea-a8c024043ca7a762c29e3ed97b791df541b219d9.zip |
Improve integration tests (#8276)
* improve integration tests
* fix Makefile
* improve makefile and integration docs
Diffstat (limited to 'integrations/mysql.ini.tmpl')
-rw-r--r-- | integrations/mysql.ini.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integrations/mysql.ini.tmpl b/integrations/mysql.ini.tmpl index 44ca51ff8b..6eed7e1578 100644 --- a/integrations/mysql.ini.tmpl +++ b/integrations/mysql.ini.tmpl @@ -62,7 +62,7 @@ PROVIDER_CONFIG = data/sessions-mysql [log] MODE = test,file -ROOT_PATH = sqlite-log +ROOT_PATH = mysql-log REDIRECT_MACARON_LOG = true ROUTER = , MACARON = , |