mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-29 12:24:12 +02:00
monitor system
This commit is contained 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)
|
||||
|
||||
|
Reference in New Issue
Block a user