| Index: test/copies/gyptest-attribs.py
|
| diff --git a/test/copies/gyptest-attribs.py b/test/copies/gyptest-attribs.py
|
| index 70d717a45ecf60f67fe8eb8d2266314c4fa51aff..847814d3ef7d1e01e320ddbc4d6b4c4aaab9c257 100644
|
| --- a/test/copies/gyptest-attribs.py
|
| +++ b/test/copies/gyptest-attribs.py
|
| @@ -26,7 +26,9 @@ def check_attribs(path, expected_exec_bit):
|
|
|
| test = TestGyp.TestGyp()
|
|
|
| -test.run_gyp('copies-attribs.gyp', chdir='src')
|
| +test.run_gyp('copies-attribs.gyp',
|
| + '-G', 'xcode_ninja_target_pattern=^copies1$',
|
| + chdir='src')
|
|
|
| test.build('copies-attribs.gyp', chdir='src')
|
|
|
|
|