| Index: test/subdirectory/gyptest-subdir-all.py
|
| diff --git a/test/subdirectory/gyptest-subdir-all.py b/test/subdirectory/gyptest-subdir-all.py
|
| index fbaef322ccc3a0ba5ad3b6fc3d53d8514cd19ae6..93344a075cf440add841890711b8628d108ba654 100644
|
| --- a/test/subdirectory/gyptest-subdir-all.py
|
| +++ b/test/subdirectory/gyptest-subdir-all.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')
|
|
|
|
|