| Index: test/mac/gyptest-rebuild.py
|
| diff --git a/test/mac/gyptest-rebuild.py b/test/mac/gyptest-rebuild.py
|
| index 0f26e961248302e1f973cb9fdcd1a22dca3a3d94..fab392ddeab1986de9bb0b3d03b471fbab73edd3 100755
|
| --- a/test/mac/gyptest-rebuild.py
|
| +++ b/test/mac/gyptest-rebuild.py
|
| @@ -16,7 +16,9 @@ if sys.platform == 'darwin':
|
| test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
|
|
|
| CHDIR = 'rebuild'
|
| - test.run_gyp('test.gyp', chdir=CHDIR)
|
| + test.run_gyp('test.gyp',
|
| + '-G', 'xcode_ninja_target_pattern=^.*$',
|
| + chdir=CHDIR)
|
|
|
| test.build('test.gyp', 'test_app', chdir=CHDIR)
|
|
|
|
|