gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-challenger] branch master updated: -fix DB name


From: gnunet
Subject: [taler-challenger] branch master updated: -fix DB name
Date: Fri, 16 Feb 2024 23:53:00 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository challenger.

The following commit(s) were added to refs/heads/master by this push:
     new a122cab  -fix DB name
a122cab is described below

commit a122cabeeb12f07a08bbdc133bf8dbe2277218be
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Feb 16 23:52:57 2024 +0100

    -fix DB name
---
 contrib/ci/jobs/2-test/test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/ci/jobs/2-test/test.sh b/contrib/ci/jobs/2-test/test.sh
index fd2e15c..8c9bb7c 100755
--- a/contrib/ci/jobs/2-test/test.sh
+++ b/contrib/ci/jobs/2-test/test.sh
@@ -14,7 +14,7 @@ make -j install
 sudo -u postgres /usr/lib/postgresql/15/bin/postgres -D 
/etc/postgresql/15/main -h localhost -p 5432 &
 sleep 10
 sudo -u postgres createuser -p 5432 root
-sudo -u postgres createdb -p 5432 -O root talercheck
+sudo -u postgres createdb -p 5432 -O root challengercheck
 
 check_command()
 {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]