| Index: test/rules/gyptest-all.py
|
| diff --git a/test/rules/gyptest-all.py b/test/rules/gyptest-all.py
|
| index 99b2109af804763e2d7010dd79729a60216318c0..1a1e63f19166eafa4e06ce456eda0185cf7d631a 100755
|
| --- a/test/rules/gyptest-all.py
|
| +++ b/test/rules/gyptest-all.py
|
| @@ -15,7 +15,9 @@ test = TestGyp.TestGyp()
|
| test.run_gyp('no_action_with_rules_fails.gyp', chdir='src/noaction', status=1,
|
| stderr=None)
|
|
|
| -test.run_gyp('actions.gyp', chdir='src')
|
| +test.run_gyp('actions.gyp',
|
| + '-G', 'xcode_ninja_target_pattern=^pull_in_all_actions$',
|
| + chdir='src')
|
|
|
| test.relocate('src', 'relocate/src')
|
|
|
|
|