diff options
author | Daniel Schadt <kingdread@gmx.de> | 2025-06-08 01:44:34 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2025-06-08 01:44:34 +0200 |
commit | f95e1394883eb0e1c763b97e403df7c25a08501e (patch) | |
tree | 5cae5726d73df352eb0f2a5c560f6b9aa4a94b0c /ci | |
parent | 93b234e2f2be0e6efae0a7178e0f8c2bbe0fc8d5 (diff) | |
download | fietsboek-f95e1394883eb0e1c763b97e403df7c25a08501e.tar.gz fietsboek-f95e1394883eb0e1c763b97e403df7c25a08501e.tar.bz2 fietsboek-f95e1394883eb0e1c763b97e403df7c25a08501e.zip |
oops, ci brokenpostgres-support
Diffstat (limited to 'ci')
-rwxr-xr-x | ci/run_tests.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ci/run_tests.sh b/ci/run_tests.sh index f2e289a..1ba2836 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -33,7 +33,7 @@ case "$DB" in "postgres") setup_postgres - sed -i 's/^sqlalchemy.url = .*$/sqlalchemy.url = "postgresql://postgres:postgres@localhost/postgres"/' testing.ini + sed -i 's|^sqlalchemy.url = .*$|sqlalchemy.url = postgresql://postgres:postgres@localhost/postgres"|' testing.ini ;; *) @@ -42,8 +42,6 @@ case "$DB" in ;; esac -exit - setup_playwright setup_redis tox -e python -- --browser firefox |