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




commit 279c205205b8e70623c9f31519ccf643b3584c3e
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 | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bf6661304..15779f50e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,6 @@
 variables:
   # These can be used to see verbose log output from the functional-tests.
   # See HACKING.md for more information.
-  G_MESSAGES_DEBUG: "Tracker"
   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]