summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2020-12-10 17:30:40 +0100
committerCarlos Garnacho <carlosg@gnome.org>2021-02-14 21:02:16 +0100
commit404d454ecc8731c813b449e64801c006e6814828 (patch)
treef4f60e15734dd341d6e5a6809cca15fbca357cd7 /.gitlab-ci.yml
parentdc0d3b948d0049c7735e5f4436f5c5a311380f71 (diff)
downloadtracker-404d454ecc8731c813b449e64801c006e6814828.tar.gz
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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
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.