From 7a4dc4b1b0d9bfa7e61e227a47e9a89a7f86681d Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 4 Jun 2019 21:54:14 -0700 Subject: [PATCH] Comment on OBJC_DISABLE_INITIALIZE_FORK_SAFETY. --- test/runner/lib/util.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/runner/lib/util.py b/test/runner/lib/util.py index 203aa714674..37348f9a448 100644 --- a/test/runner/lib/util.py +++ b/test/runner/lib/util.py @@ -485,6 +485,8 @@ def common_environment(): 'SSH_AUTH_SOCK', # MacOS High Sierra Compatibility # http://sealiesoftware.com/blog/archive/2017/6/5/Objective-C_and_fork_in_macOS_1013.html + # Example configuration for macOS: + # export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES 'OBJC_DISABLE_INITIALIZE_FORK_SAFETY', 'ANSIBLE_KEEP_REMOTE_FILES', )