| Index: test/copies-link/gyptest-copies-link.py
|
| diff --git a/test/copies-link/gyptest-copies-link.py b/test/copies-link/gyptest-copies-link.py
|
| index fe7b6025cdd52c91118228f83394cee5e48369cd..01e84c52423a98ad3370e967cd30a6a41de2007a 100644
|
| --- a/test/copies-link/gyptest-copies-link.py
|
| +++ b/test/copies-link/gyptest-copies-link.py
|
| @@ -10,7 +10,11 @@ Verifies file copies using the build tool default.
|
|
|
| import TestGyp
|
|
|
| -test = TestGyp.TestGyp()
|
| +# This test doesn't actually test what it thinks it's testing. It copies a
|
| +# library around and then tries to write a link line to use the copy, but by
|
| +# virtue of depending on the original library it gets the original library
|
| +# on the final link line anyway.
|
| +test = TestGyp.TestGyp(formats=['!ninja'])
|
|
|
| test.run_gyp('copies-link.gyp', chdir='src')
|
|
|
|
|