| Index: tools/telemetry/telemetry/util/global_hooks.py
|
| diff --git a/tools/telemetry/telemetry/util/global_hooks.py b/tools/telemetry/telemetry/util/global_hooks.py
|
| index 4d50417268507a3bd0043e7039ab9d38b4f5faa6..9b787ec346375a5b413efec19e6aaa84839b3d0e 100644
|
| --- a/tools/telemetry/telemetry/util/global_hooks.py
|
| +++ b/tools/telemetry/telemetry/util/global_hooks.py
|
| @@ -83,7 +83,7 @@ def InstallAtExitHook():
|
| hangs on the builbots.
|
| """
|
| # TODO(tonyg): Find a way to do something similar on Windows.
|
| - if platform.GetHostPlatform().GetOSName() == 'win':
|
| + if platform.GetHostPlatform().GetOSName() not in ['linux', 'mac']:
|
| return
|
|
|
| # Create new process group and become its leader.
|
|
|