| Index: test/generator-output/gyptest-actions.py
|
| diff --git a/test/generator-output/gyptest-actions.py b/test/generator-output/gyptest-actions.py
|
| index 73ac5ae96d5107ebb71d52e6ef1377db42d2dad1..6e62720c2b666f05fefb917ac60eee2bfda2df73 100644
|
| --- a/test/generator-output/gyptest-actions.py
|
| +++ b/test/generator-output/gyptest-actions.py
|
| @@ -10,7 +10,8 @@ Verifies --generator-output= behavior when using actions.
|
|
|
| import TestGyp
|
|
|
| -test = TestGyp.TestGyp()
|
| +# Ninja doesn't support --generator-output.
|
| +test = TestGyp.TestGyp(formats=['!ninja'])
|
|
|
| # All the generated files should go under 'gypfiles'. The source directory
|
| # ('actions') should be untouched.
|
|
|