summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2023-01-18 11:26:33 +0100
committerBastien Nocera <hadess@hadess.net>2023-01-18 11:26:33 +0100
commitdfd62971c987e6bac55b2717392190d7d5e7dd2a (patch)
treef4386850d3147a775e49a75b215e50c11f366b00
parent36f32310eb7d2345d63550777df1c1dc3f7a58dc (diff)
downloadglib-wip/hadess/memory-monitor-tests.tar.gz
-rwxr-xr-xgio/tests/memory-monitor-dbus.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/tests/memory-monitor-dbus.py.in b/gio/tests/memory-monitor-dbus.py.in
index 0678b0ffd..6da4092b4 100755
--- a/gio/tests/memory-monitor-dbus.py.in
+++ b/gio/tests/memory-monitor-dbus.py.in
@@ -72,7 +72,7 @@ try:
# You can rename the log file to *.log if you want to see it on test
# case failures
klass.monitor_log = open(os.path.join(klass.workdir, 'dbus-monitor.log'), 'wb', buffering=0)
- klass.monitor = subprocess.Popen(['dbus-monitor', '--monitor'],
+ klass.monitor = subprocess.Popen(['dbus-monitor', '--monitor', '--system'],
stdout=klass.monitor_log,
stderr=subprocess.STDOUT)