guix-commits
[Top][All Lists]
Advanced

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

branch master updated: tests: patchwork: Use the default PostgreSQL.


From: guix-commits
Subject: branch master updated: tests: patchwork: Use the default PostgreSQL.
Date: Mon, 06 Dec 2021 15:19:07 -0500

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

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 757a2eb  tests: patchwork: Use the default PostgreSQL.
757a2eb is described below

commit 757a2eb97003802e60362297c190bd95a7ffa961
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Dec 6 21:13:56 2021 +0100

    tests: patchwork: Use the default PostgreSQL.
    
    * gnu/tests/web.scm (patchwork-os)[services]: Change from POSTGRESQL-10 to
    POSTGRESQL.
---
 gnu/tests/web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/tests/web.scm b/gnu/tests/web.scm
index ccb2f53..fb0713a 100644
--- a/gnu/tests/web.scm
+++ b/gnu/tests/web.scm
@@ -577,7 +577,7 @@ HTTP-PORT."
                (listen '("8080"))))))
    (service postgresql-service-type
             (postgresql-configuration
-             (postgresql postgresql-10)))
+             (postgresql postgresql)))
    (service patchwork-service-type
             (patchwork-configuration
              (patchwork patchwork)



reply via email to

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