Skip to content

Commit 9a85cda

Browse files
committed
Update CanaryController.swift
1 parent 51678d6 commit 9a85cda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CanaryiOS/CanaryiOS/CanaryController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ class CanaryController
1414
{
1515
func runCanary(configDirectory: URL, resultsDirectory: URL, numberOfTimesToRun: Int)
1616
{
17-
let savePath = resultsDirectory.path
1817
let logger = Logger(label: "CanaryLibraryiOSExample")
19-
let canary = Canary(configDirectoryURL: configDirectory, savePath: savePath, logger: logger, timesToRun: numberOfTimesToRun)
18+
let canary = Canary(configDirectoryURL: configDirectory, resultsDirectoryURL: resultsDirectory, logger: logger, timesToRun: numberOfTimesToRun)
2019
canary.runTest()
20+
2121
print("***********CONFIG DIR**********")
2222
print(configDirectory)
2323
}

0 commit comments

Comments
 (0)