We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843863f commit fd53525Copy full SHA for fd53525
Sources/Testing/Running/EntryPoint.swift
@@ -57,7 +57,6 @@ private import Foundation
57
#if !SWT_NO_EXIT_TESTS
58
if let exitTest = ExitTest.findInEnvironmentForSwiftPM() {
59
await exitTest()
60
- return exitCode.rawValue
61
}
62
#endif
63
Sources/Testing/Running/XCTestScaffold.swift
@@ -163,7 +163,6 @@ public enum XCTestScaffold: Sendable {
163
// Exit test handling.
164
165
166
- exit(EXIT_SUCCESS)
167
168
let typeName = String(reflecting: type(of: testCase.rawValue as Any))
169
let functionName = if let parenIndex = functionName.lastIndex(of: "(") {
0 commit comments