| Index: test/copies/gyptest-default.py
|
| diff --git a/test/copies/gyptest-default.py b/test/copies/gyptest-default.py
|
| index a5d1bf9c3c4095760ed6c032f4a2b0469c7cd347..a916869f0dbd3c8571dc1e5ba7c69a6e4e0d7637 100755
|
| --- a/test/copies/gyptest-default.py
|
| +++ b/test/copies/gyptest-default.py
|
| @@ -12,7 +12,9 @@ import TestGyp
|
|
|
| test = TestGyp.TestGyp()
|
|
|
| -test.run_gyp('copies.gyp', chdir='src')
|
| +test.run_gyp('copies.gyp',
|
| + '-G', 'xcode_ninja_target_pattern=^(?!copies_null)',
|
| + chdir='src')
|
|
|
| test.relocate('src', 'relocate/src')
|
|
|
|
|