Skip to content

Commit e368d60

Browse files
committed
add bootlog for fsnotify test
1 parent d84f2f9 commit e368d60

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Sources/Integration/ContainerTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,6 +1015,7 @@ extension IntegrationSuite {
10151015
config.process.stdout = inotifyBuffer
10161016
config.process.stderr = inotifyBuffer
10171017
config.mounts.append(.share(source: directory.path, destination: "/mnt"))
1018+
config.bootlog = bs.bootlog
10181019
}
10191020

10201021
try await container.create()

Sources/Integration/Suite.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ struct IntegrationSuite: AsyncParsableCommand {
162162

163163
static let eventLoop = MultiThreadedEventLoopGroup(numberOfThreads: System.coreCount)
164164

165-
static let eventLoop = MultiThreadedEventLoopGroup(numberOfThreads: System.coreCount)
166-
167165
func bootstrap(_ testID: String, reference: String = "ghcr.io/linuxcontainers/alpine:3.20") async throws -> (
168166
rootfs: Containerization.Mount, vmm: VirtualMachineManager, image: Containerization.Image, bootlog: URL
169167
) {

0 commit comments

Comments
 (0)