aboutsummaryrefslogtreecommitdiff
path: root/ci/run_tests.sh
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2025-06-08 01:44:34 +0200
committerDaniel Schadt <kingdread@gmx.de>2025-06-08 01:44:34 +0200
commitf95e1394883eb0e1c763b97e403df7c25a08501e (patch)
tree5cae5726d73df352eb0f2a5c560f6b9aa4a94b0c /ci/run_tests.sh
parent93b234e2f2be0e6efae0a7178e0f8c2bbe0fc8d5 (diff)
downloadfietsboek-f95e1394883eb0e1c763b97e403df7c25a08501e.tar.gz
fietsboek-f95e1394883eb0e1c763b97e403df7c25a08501e.tar.bz2
fietsboek-f95e1394883eb0e1c763b97e403df7c25a08501e.zip
oops, ci broken
Diffstat (limited to 'ci/run_tests.sh')
-rwxr-xr-xci/run_tests.sh4
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