| Index: test/generator-output/gyptest-rules.py
|
| diff --git a/test/generator-output/gyptest-rules.py b/test/generator-output/gyptest-rules.py
|
| index 324d5c2bb54d01646071dbab8f47bdce8209be24..b95e005c2d6e24f3289fe89f911b8faab9d5934d 100755
|
| --- a/test/generator-output/gyptest-rules.py
|
| +++ b/test/generator-output/gyptest-rules.py
|
| @@ -17,6 +17,7 @@ test.writable(test.workpath('rules'), False)
|
|
|
| test.run_gyp('rules.gyp',
|
| '--generator-output=' + test.workpath('gypfiles'),
|
| + '-G', 'xcode_ninja_target_pattern=^pull_in_all_actions$',
|
| chdir='rules')
|
|
|
| test.writable(test.workpath('rules'), True)
|
|
|