summaryrefslogtreecommitdiff
path: root/HACKING.md
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2021-08-18 15:58:43 +0200
committerSam Thursfield <sam@afuera.me.uk>2021-08-18 15:59:43 +0200
commiteba4e70cc7ecd2c92cbc9d5d8ba97d6b6b64d5cd (patch)
treea060b4fc1641c0f8dc381821d305f975cd9bda47 /HACKING.md
parenteea3220f3787b934a628f897f0fd41cb59e4bfe2 (diff)
downloadtracker-eba4e70cc7ecd2c92cbc9d5d8ba97d6b6b64d5cd.tar.gz
HACKING.md: Update for change in functional-testssam/HACKING-update
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.md b/HACKING.md
index 36efbd1f5..8330dbc03 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -92,5 +92,5 @@ commandline is controlled by the D-Bus .service.in files stored in
Exec=/usr/bin/valgrind @abs_top_builddir@/src/tracker-store/tracker-store
By default the run-uninstalled script and the functional-tests will only show
-output from Tracker code. For the functional-tests, set TRACKER_TESTS_VERBOSE=1
+output from Tracker code. For the functional-tests, set TRACKER_DEBUG=tests
to see output from Valgrind. For tracker-sandbox use the `--debug-dbus` option.