Skip to content

Commit d818434

Browse files
committed
[LLDB] Add debug output to test to diagnose bot failure
1 parent cbe7c49 commit d818434

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/macosx/posix_spawn/TestLaunchProcessPosixSpawn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def rosetta_debugserver_installed():
2121
import platform
2222
version = platform.mac_ver()
2323
# Workaround for an undiagnosed problem on green dragon.
24+
print(version)
2425
if version[0] and version[0][0] == '15' and version[0][1] == '5':
2526
return False
2627
return exists("/Library/Apple/usr/libexec/oah/debugserver")

0 commit comments

Comments
 (0)