[tracker/wip/carlosg/junit: 12/15] ci: Drop "Tracker" log domain from G_MESSAGES_DEBUG




commit 58e1ceb69f8da3f3553e6e383582a5d971ff3dd8
Author: Carlos Garnacho <carlosg gnome org>
Date:   Thu Dec 10 17:30:40 2020 +0100

    ci: Drop "Tracker" log domain from G_MESSAGES_DEBUG
    
    The tests already print (in a TAP friendly format) the debug messages
    happening during test execution. This seems to double up the output,
    in ways that break TAP format.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7d9a6cf90..0da7ac53a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@
 variables:
   # These can be used to see verbose log output from the functional-tests.
   # See HACKING.md for more information.
-  G_MESSAGES_DEBUG: "Tracker"
+  G_MESSAGES_DEBUG: ""
   TRACKER_DEBUG: ""
 
   # This can be used when debugging test failures that only occur within GitLab CI.


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