From 7ebf678ec0ca3676d6a2482a23bda5d9582127c2 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Sun, 21 Jun 2020 13:59:07 +0200 Subject: tests: Remove TRACKER_TESTS_VERBOSE, add TRACKER_DEBUG=tests This seems cleaner now that we use TRACKER_DEBUG everywhere else. --- HACKING.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'HACKING.md') 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) -- cgit v1.2.1