| Index: test/ios/gyptest-per-config-settings.py
|
| diff --git a/test/ios/gyptest-per-config-settings.py b/test/ios/gyptest-per-config-settings.py
|
| index d15907e721e0746b615f1343502a904b93f5b38b..631e487a3ea9b079234ebd85dd342822d0db8707 100644
|
| --- a/test/ios/gyptest-per-config-settings.py
|
| +++ b/test/ios/gyptest-per-config-settings.py
|
| @@ -91,7 +91,9 @@ def ConvertBinaryPlistToXML(path):
|
| if sys.platform == 'darwin':
|
| test = TestGyp.TestGyp(formats=['ninja', 'xcode'])
|
|
|
| - test.run_gyp('test-device.gyp', chdir='app-bundle')
|
| + test.run_gyp('test-device.gyp',
|
| + '-G', 'xcode_ninja_target_pattern=^.*$',
|
| + chdir='app-bundle')
|
|
|
| test_configs = ['Default-iphoneos', 'Default']
|
| # TODO(justincohen): Disabling 'Default-iphoneos' for xcode until bots are
|
|
|