Skip to content

Commit e4d21e1

Browse files
committed
#20 report baseline path
1 parent 80e5897 commit e4d21e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Tests/vgerTests/testUtils.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ bool checkTexture(id<MTLTexture> texture, NSString* name) {
115115
path = [path stringByAppendingString:name];
116116
NSBundle* bundle = [NSBundle bundleForClass:checkTextureBundleFinder.class];
117117
auto baselineURL = [bundle.bundleURL URLByAppendingPathComponent:path];
118+
NSLog(@"checking against baseline %@", baselineURL);
118119

119120
bool equal = [NSFileManager.defaultManager contentsEqualAtPath:baselineURL.path andPath:tmpURL.path];
120121

0 commit comments

Comments
 (0)