mbakke pushed a commit to branch master
in repository guix.

commit 765be3dcefff109b9e1e2309a2d0017009b29ead
Author: Marius Bakke <[email protected]>
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