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




commit c1127fef0e5e5e427a4817054346e8cefad93412
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 7d9a6cf90..13661ef3c 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]