diff --git a/lldb/packages/Python/lldbsuite/test/decorators.py b/lldb/packages/Python/lldbsuite/test/decorators.py index 2816cb7e39a526..10f52325875e44 100644 --- a/lldb/packages/Python/lldbsuite/test/decorators.py +++ b/lldb/packages/Python/lldbsuite/test/decorators.py @@ -364,7 +364,7 @@ def should_skip_simulator_test(): else: return "%s simulator is not supported on this system." % platform except subprocess.CalledProcessError: - return "%s is not supported on this system (xcodebuild failed)." % feature + return "Simulators are unsupported on this system (xcodebuild failed)" return skipTestIfFn(should_skip_simulator_test)