| Index: test/generator-output/gyptest-copies.py
|
| diff --git a/test/generator-output/gyptest-copies.py b/test/generator-output/gyptest-copies.py
|
| index 909aebf85f8a698540645aa6ff87609df74b32d0..e2a8247a4c2ef4fb9fdb2cc52f737a6cebb8e527 100755
|
| --- a/test/generator-output/gyptest-copies.py
|
| +++ b/test/generator-output/gyptest-copies.py
|
| @@ -14,6 +14,11 @@ import TestGyp
|
| # Android doesn't support --generator-output.
|
| test = TestGyp.TestGyp(formats=['!android'])
|
|
|
| +# Bug: xcode-ninja doesn't respect --generator-output
|
| +# cf. https://code.google.com/p/gyp/issues/detail?id=442
|
| +if test.format == 'xcode-ninja':
|
| + test.skip_test()
|
| +
|
| test.writable(test.workpath('copies'), False)
|
|
|
| test.run_gyp('copies.gyp',
|
|
|