mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-22 10:12:10 +01:00
monitor system
This commit is contained in:
parent
36f32310eb
commit
dfd62971c9
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user