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/mysql8.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/mysql8.ini.tmpl')
-rw-r--r-- | integrations/mysql8.ini.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integrations/mysql8.ini.tmpl b/integrations/mysql8.ini.tmpl index 6db3c880ff..1e14bc1356 100644 --- a/integrations/mysql8.ini.tmpl +++ b/integrations/mysql8.ini.tmpl @@ -59,7 +59,7 @@ PROVIDER_CONFIG = data/sessions-mysql8 [log] MODE = test,file -ROOT_PATH = sqlite-log +ROOT_PATH = mysql8-log REDIRECT_MACARON_LOG = true ROUTER = , MACARON = , |