Skip to content

Commit 3fe1468

Browse files
committed
Ask for debug output
1 parent 1f5894e commit 3fe1468

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Commands/Utilities/TestingSupport.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ enum TestingSupport {
136136
#elseif os(Linux)
137137
// Pass this explicitly on Linux because XCTest started requiring it, rdar://103054033
138138
env["LD_LIBRARY_PATH"] = "/usr/lib/swift/linux"
139+
env["LD_DEBUG"] = "all"
139140
#endif
140141
return env
141142
#else

0 commit comments

Comments
 (0)