summaryrefslogtreecommitdiff
path: root/scripts/TestController.py
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2017-03-28 09:55:37 -0400
committerJoe George <joe@zeroc.com>2017-03-28 10:17:41 -0400
commit5c040fccd0ddbe6df248fd7b9ff44400fa0d7004 (patch)
tree738dfcdb3e728ab6c2f4f0bbfbaaae440016b3c5 /scripts/TestController.py
parentFix ICE-7679 - Python Application.NoSignalHandling not honor by Ice.Application (diff)
downloadice-5c040fccd0ddbe6df248fd7b9ff44400fa0d7004.tar.bz2
ice-5c040fccd0ddbe6df248fd7b9ff44400fa0d7004.tar.xz
ice-5c040fccd0ddbe6df248fd7b9ff44400fa0d7004.zip
ICE-7483 - Rename OS X to macOS
Diffstat (limited to 'scripts/TestController.py')
-rw-r--r--scripts/TestController.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/TestController.py b/scripts/TestController.py
index f1979a20075..20a42880823 100644
--- a/scripts/TestController.py
+++ b/scripts/TestController.py
@@ -34,7 +34,7 @@ def removeTrustSettings():
print("trust settings already removed")
#
-# On OS X, provide an option to allow removing the trust settings
+# On macOS, provide an option to allow removing the trust settings
#
if TestUtil.isDarwin():
try:
@@ -67,7 +67,7 @@ signal.signal(signal.SIGTERM, signal_handler)
if TestUtil.isDarwin():
#
- # On OS X, we set the trust settings on the certificate to prevent
+ # On macOS, we set the trust settings on the certificate to prevent
# the Web browsers from prompting the user about the unstrusted
# certificate. Some browsers such as Chrome don't provide the
# option to set this trust settings.