guix-commits
[Top][All Lists]
Advanced

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

01/03: tests: postgresql: Test the default PostgreSQL.


From: guix-commits
Subject: 01/03: tests: postgresql: Test the default PostgreSQL.
Date: Sat, 29 Jan 2022 10:12:22 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 765be3dcefff109b9e1e2309a2d0017009b29ead
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jan 29 15:52:15 2022 +0100

    tests: postgresql: Test the default PostgreSQL.
    
    * gnu/tests/databases.scm (%postgresql-os): Change from POSTGRESQL-10 to
    POSTGRESQL.
---
 gnu/tests/databases.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/tests/databases.scm b/gnu/tests/databases.scm
index a20de1a8c7..2374aaba04 100644
--- a/gnu/tests/databases.scm
+++ b/gnu/tests/databases.scm
@@ -138,7 +138,7 @@
   (simple-operating-system
    (service postgresql-service-type
             (postgresql-configuration
-             (postgresql postgresql-10)
+             (postgresql postgresql)
              (config-file
               (postgresql-config-file
                (extra-config



reply via email to

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