| Index: test/generator-output/gyptest-relocate.py
|
| diff --git a/test/generator-output/gyptest-relocate.py b/test/generator-output/gyptest-relocate.py
|
| index dd1c2bd6bcdcc5ed8e00b0f93c644812eed7bd85..31a98ea1c27e1f000a0ba03fdbd2fb847dea22bc 100644
|
| --- a/test/generator-output/gyptest-relocate.py
|
| +++ b/test/generator-output/gyptest-relocate.py
|
| @@ -11,7 +11,8 @@ option can be built even when it's relocated to a different path.
|
|
|
| import TestGyp
|
|
|
| -test = TestGyp.TestGyp()
|
| +# Ninja doesn't support --generator-output.
|
| +test = TestGyp.TestGyp(formats=['!ninja'])
|
|
|
| test.writable(test.workpath('src'), False)
|
|
|
|
|