Skip to content

Commit 34452e8

Browse files
committed
Increase some verbosity
1 parent 9d7ba10 commit 34452e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Testing/Events/Recorder/Event.HumanReadableOutputRecorder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ extension Event.HumanReadableOutputRecorder {
356356

357357
case .runStarted:
358358
var comments = [Comment]()
359-
if verbosity > 0 {
359+
if verbosity > .min {
360360
if let swiftStandardLibraryVersion {
361361
comments.append("Swift Standard Library Version: \(swiftStandardLibraryVersion)")
362362
}

0 commit comments

Comments
 (0)