| Index: test/subdirectory/gyptest-subdir-default.py
|
| diff --git a/test/subdirectory/gyptest-subdir-default.py b/test/subdirectory/gyptest-subdir-default.py
|
| index 6372ea2a3ff4916d7b77f5d53b705536b5233ffe..92edcd217a5e052a9a10b90d6f83e7888ea0ee54 100644
|
| --- a/test/subdirectory/gyptest-subdir-default.py
|
| +++ b/test/subdirectory/gyptest-subdir-default.py
|
| @@ -13,7 +13,8 @@ and using the subdirectory's solution or project file as the entry point.
|
| import TestGyp
|
| import errno
|
|
|
| -test = TestGyp.TestGyp()
|
| +# Ninja doesn't support running from subdirectories.
|
| +test = TestGyp.TestGyp(formats=['!ninja'])
|
|
|
| test.run_gyp('prog1.gyp', chdir='src')
|
|
|
|
|