| Index: test/mac/gyptest-strip-default.py
|
| diff --git a/test/mac/gyptest-strip-default.py b/test/mac/gyptest-strip-default.py
|
| index f73fa1124cf1d426850b45715f6bb396d2a4bc48..61234fdd6dee599c0060cc111083332d9c63ea5c 100644
|
| --- a/test/mac/gyptest-strip-default.py
|
| +++ b/test/mac/gyptest-strip-default.py
|
| @@ -19,7 +19,9 @@ if sys.platform == 'darwin':
|
| test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
|
|
|
| CHDIR='strip'
|
| - test.run_gyp('test-defaults.gyp', chdir=CHDIR)
|
| + test.run_gyp('test-defaults.gyp',
|
| + '-G', 'xcode_ninja_target_pattern=^.*$',
|
| + chdir=CHDIR)
|
|
|
| test.build('test-defaults.gyp', test.ALL, chdir=CHDIR)
|
|
|
|
|