File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,19 @@ index 3dc51872..49aeeeca 100644
1111 // When opening in this mode we can more "atomically" create the file, that is, by not
1212 // leaving the user with a half written file should e.g. the system crash or throw an
1313 // error while writing. On non-Android Linux we do this by opening the directory for
14+ diff --git a/Sources/NIOPerformanceTester/main.swift b/Sources/NIOPerformanceTester/main.swift
15+ index b3c2840a..809f114e 100644
16+ --- a/Sources/NIOPerformanceTester/main.swift
17+ +++ b/Sources/NIOPerformanceTester/main.swift
18+ @@ -32,7 +32,7 @@ import NIOPosix
19+ import NIOWebSocket
20+
21+ // Use unbuffered stdout to help detect exactly which test was running in the event of a crash.
22+ - setbuf(stdout, nil)
23+ + //setbuf(stdout, nil)
24+
25+ // MARK: Test Harness
26+
1427diff --git a/Tests/NIOFSIntegrationTests/BufferedReaderTests.swift b/Tests/NIOFSIntegrationTests/BufferedReaderTests.swift
1528index 8404e159..151fccc1 100644
1629--- a/Tests/NIOFSIntegrationTests/BufferedReaderTests.swift
You can’t perform that action at this time.
0 commit comments