| Index: test/sibling/gyptest-relocate.py
|
| diff --git a/test/sibling/gyptest-relocate.py b/test/sibling/gyptest-relocate.py
|
| index d11c6c458a5b71877708979f388df3b7d4e27cf6..05fa9d96fed11a992e44348128e9910160a57bf3 100755
|
| --- a/test/sibling/gyptest-relocate.py
|
| +++ b/test/sibling/gyptest-relocate.py
|
| @@ -8,6 +8,12 @@ import TestGyp
|
|
|
| test = TestGyp.TestGyp()
|
|
|
| +# The xcode-ninja generator handles gypfiles which are not at the
|
| +# project root incorrectly.
|
| +# cf. https://code.google.com/p/gyp/issues/detail?id=460
|
| +if test.format == 'xcode-ninja':
|
| + test.skip_test()
|
| +
|
| test.run_gyp('build/all.gyp', chdir='src')
|
|
|
| test.relocate('src', 'relocate/src')
|
|
|