| Index: test/ios/gyptest-archs.py
|
| diff --git a/test/ios/gyptest-archs.py b/test/ios/gyptest-archs.py
|
| index 38c5c61fd8f388d14fcb9debdc3c3c68369e245c..c653d997ada41ceccbdf8fd9e5160fc408dae857 100644
|
| --- a/test/ios/gyptest-archs.py
|
| +++ b/test/ios/gyptest-archs.py
|
| @@ -48,7 +48,7 @@ if sys.platform == 'darwin':
|
| kwds['arguments'].extend(['-arch', archs[0]])
|
|
|
| test.set_configuration(configuration)
|
| - filename = '%s.bundle/%s' % (target, target)
|
| + filename = '%s.app/%s' % (target, target)
|
| test.build('test-archs.gyp', target, chdir='app-bundle', **kwds)
|
| result_file = test.built_file_path(filename, chdir='app-bundle')
|
|
|
|
|