summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGusted <postmaster@gusted.xyz>2024-11-10 19:41:04 +0100
committerGusted <postmaster@gusted.xyz>2024-11-10 19:41:04 +0100
commitf352d6db813cfa8bd086b5d12aa5ab75dc29dea6 (patch)
tree6946a83980fd58aee04899d7c19c6c7ad2b23b04 /Makefile
parentMerge pull request 'enh(issue search): sort by score and term based query for... (diff)
downloadforgejo-f352d6db813cfa8bd086b5d12aa5ab75dc29dea6.tar.xz
forgejo-f352d6db813cfa8bd086b5d12aa5ab75dc29dea6.zip
chore: improve database docker instructions
- Do not require minio for mariadb docker. - Do not require elasticsearch for mysql. - Fix postgress password parameter. - Add the multistatement query for mysql (this is not optimal but adding Makefile code doesn't seem to work really well either)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a95a951792..6a8ff8d88e 100644
--- a/Makefile
+++ b/Makefile
@@ -660,6 +660,7 @@ generate-ini-pgsql:
-e 's|{{REPO_TEST_DIR}}|${REPO_TEST_DIR}|g' \
-e 's|{{TEST_LOGGER}}|$(or $(TEST_LOGGER),test$(COMMA)file)|g' \
-e 's|{{TEST_TYPE}}|$(or $(TEST_TYPE),integration)|g' \
+ -e 's|{{TEST_STORAGE_TYPE}}|$(or $(TEST_STORAGE_TYPE),minio)|g' \
tests/pgsql.ini.tmpl > tests/pgsql.ini
.PHONY: test-pgsql