| Index: test/generator-output/gyptest-copies.py
|
| diff --git a/test/generator-output/gyptest-copies.py b/test/generator-output/gyptest-copies.py
|
| index 414b7c3717db5e1bda0d77f1f965334dec419ed5..83ba013f0fe5c62cb78189682ecbea60e2406e9d 100644
|
| --- a/test/generator-output/gyptest-copies.py
|
| +++ b/test/generator-output/gyptest-copies.py
|
| @@ -5,12 +5,14 @@
|
| # found in the LICENSE file.
|
|
|
| """
|
| -Verifies file copies using an explicit build target of 'all'.
|
| +Verifies file copies with --generator-output using an explicit build
|
| +target of 'all'.
|
| """
|
|
|
| import TestGyp
|
|
|
| -test = TestGyp.TestGyp()
|
| +# Ninja doesn't support --generator-output.
|
| +test = TestGyp.TestGyp(formats=['!ninja'])
|
|
|
| test.writable(test.workpath('copies'), False)
|
|
|
|
|