diff options
author | Gusted <postmaster@gusted.xyz> | 2024-11-10 19:41:04 +0100 |
---|---|---|
committer | Gusted <postmaster@gusted.xyz> | 2024-11-10 19:41:04 +0100 |
commit | f352d6db813cfa8bd086b5d12aa5ab75dc29dea6 (patch) | |
tree | 6946a83980fd58aee04899d7c19c6c7ad2b23b04 /Makefile | |
parent | Merge pull request 'enh(issue search): sort by score and term based query for... (diff) | |
download | forgejo-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |