guix-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Ludovic Courtès
Date: Sun, 9 Jul 2023 18:02:44 -0400 (EDT)

branch: master
commit 8cc66d0269fc2cfe6368a2a44c489e2c08c199aa
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Jul 9 22:31:02 2023 +0200

    tests: Increase logging level for database tests.
    
    * tests/database.scm: Call 'current-logging-level'.
---
 tests/database.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tests/database.scm b/tests/database.scm
index b77b448..ea66eab 100644
--- a/tests/database.scm
+++ b/tests/database.scm
@@ -1,7 +1,7 @@
 ;;;; database.scm - tests for (cuirass database) module
 ;;;
 ;;; Copyright © 2016 Mathieu Lirzin <mthl@gnu.org>
-;;; Copyright © 2018 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2018, 2023 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2018 Clément Lassieur <clement@lassieur.org>
 ;;; Copyright © 2020 Mathieu Othacehe <othacehe@gnu.org>
 ;;;
@@ -27,6 +27,7 @@
              (cuirass remote)
              (cuirass specification)
              (cuirass utils)
+             ((cuirass logging) #:select (current-logging-level))
              (tests common)
              (guix channels)
              ((guix utils) #:select (call-with-temporary-output-file))
@@ -118,6 +119,8 @@
     (db-close db)
     result))
 
+(current-logging-level 'debug)
+
 (test-group-with-cleanup "database"
   (test-assert "db-init"
     (begin



reply via email to

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