| Index: test/generator-output/gyptest-subdir2-deep.py
|
| diff --git a/test/generator-output/gyptest-subdir2-deep.py b/test/generator-output/gyptest-subdir2-deep.py
|
| index 305e178d412efeaafe4f421fbef9bd460a2f7fa2..6e51d472a0105be898e99ce227b988ddb455a754 100755
|
| --- a/test/generator-output/gyptest-subdir2-deep.py
|
| +++ b/test/generator-output/gyptest-subdir2-deep.py
|
| @@ -15,6 +15,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('src'), False)
|
|
|
| test.writable(test.workpath('src/subdir2/deeper/build'), True)
|
|
|