| Index: test/generator-output/gyptest-actions.py
|
| diff --git a/test/generator-output/gyptest-actions.py b/test/generator-output/gyptest-actions.py
|
| index 2bd09c887b5b93ebbb0671c3aca58a43160c139b..8c912e492b5afec87108fa3c6d4396eae5c35be6 100755
|
| --- a/test/generator-output/gyptest-actions.py
|
| +++ b/test/generator-output/gyptest-actions.py
|
| @@ -18,6 +18,7 @@ test = TestGyp.TestGyp(formats=['!android'])
|
| test.writable(test.workpath('actions'), False)
|
| test.run_gyp('actions.gyp',
|
| '--generator-output=' + test.workpath('gypfiles'),
|
| + '-G', 'xcode_ninja_target_pattern=^pull_in_all_actions$',
|
| chdir='actions')
|
|
|
| test.writable(test.workpath('actions'), True)
|
|
|