From dfd62971c987e6bac55b2717392190d7d5e7dd2a Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 18 Jan 2023 11:26:33 +0100 Subject: [PATCH] monitor system --- gio/tests/memory-monitor-dbus.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)