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 37f0b71 commit d1aad16Copy full SHA for d1aad16
Sources/Testing/Running/Runner.swift
@@ -369,9 +369,11 @@ extension Runner {
369
private static func _run(_ runner: Self) async {
370
var runner = runner
371
runner.configureEventHandlerRuntimeState()
372
+#if !SWT_NO_FILE_IO
373
if let attachmentDirectoryPath = runner.configuration.attachmentDirectoryPath {
374
runner.configureToWriteAttachments(toDirectoryAtPath: attachmentDirectoryPath)
375
}
376
+#endif
377
378
// Track whether or not any issues were recorded across the entire run.
379
let issueRecorded = Locked(rawValue: false)
0 commit comments