commit b66a81496c28f759282e41d10b3de7b049499fc6
parent a122cabeeb12f07a08bbdc133bf8dbe2277218be
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 17 Feb 2024 00:00:12 +0100
-fix DB name = requires both
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/contrib/ci/jobs/2-test/test.sh b/contrib/ci/jobs/2-test/test.sh
@@ -15,6 +15,7 @@ sudo -u postgres /usr/lib/postgresql/15/bin/postgres -D /etc/postgresql/15/main
sleep 10
sudo -u postgres createuser -p 5432 root
sudo -u postgres createdb -p 5432 -O root challengercheck
+sudo -u postgres createdb -p 5432 -O root talercheck
check_command()
{