summaryrefslogtreecommitdiff
path: root/HACKING.md
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2020-06-21 13:59:07 +0200
committerSam Thursfield <sam@afuera.me.uk>2020-06-21 13:59:35 +0200
commit7ebf678ec0ca3676d6a2482a23bda5d9582127c2 (patch)
treee196352b81594acb67947ddcc795626b7ea2be07 /HACKING.md
parent9997844cccbc19b7dfd79861b814e74d92bd92bc (diff)
downloadtracker-7ebf678ec0ca3676d6a2482a23bda5d9582127c2.tar.gz
tests: Remove TRACKER_TESTS_VERBOSE, add TRACKER_DEBUG=tests
This seems cleaner now that we use TRACKER_DEBUG everywhere else.
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/HACKING.md b/HACKING.md
index 6708301cf..36efbd1f5 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -52,13 +52,12 @@ Tracker test suite. Note that Meson will not print log output from tests by
default, use `meson test --verbose` or `meson test --print-errorlogs` to
enable.
-The functional tests understand an additional variable, `TRACKER_TESTS_VERBOSE`
-with can be set to `1` or `yes` to see detailed logging from the test harness
-itself, and full log output from the internal D-Bus daemon. By default, these
-tests filter output from the D-Bus daemon to only show log messages from
-Tracker processes. Anything written directly to stdout, for example by
-`g_print()` or by the dbus-daemon itself, will not be displayed unless
-`TRACKER_TESTS_VERBOSE` is set.
+You can use `TRACKER_DEBUG=tests` to see logging from the test harness,
+including full log output from the internal D-Bus daemon for functional-tests.
+Note that by default, functional tests filter output from the D-Bus daemon to
+only show log messages from Tracker processes. Anything written directly to
+stdout, for example by `g_print()` or by the dbus-daemon itself, will not be
+displayed unless `TRACKER_DEBUG=tests` is set.
When working with GitLab CI, you can use the
[Run Pipeline dialog](https://gitlab.gnome.org/GNOME/tracker/pipelines/new)