Skip to content

Commit

Permalink
Fix the path for all-clusters-app for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nivi-apple committed Nov 2, 2023
1 parent 0028414 commit 52ec06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIPTests/MTRDeviceTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -2649,7 +2649,7 @@ - (NSTask *)createTaskForPath:(NSString *)path

- (NSError *)generateLogFile:(NSString *)outFile
{
NSTask * appTask = [self createTaskForPath:@"out/debug/all-clusters-app/chip-all-clusters-app"];
NSTask * appTask = [self createTaskForPath:@"out/debug/chip-all-clusters-app"];

// Remove the file if one exists
[[NSFileManager defaultManager] removeItemAtPath:outFile error:nil];
Expand Down

0 comments on commit 52ec06e

Please sign in to comment.