| Index: test/same-gyp-name/gyptest-all.py
|
| diff --git a/test/same-gyp-name/gyptest-all.py b/test/same-gyp-name/gyptest-all.py
|
| index 98732d52fb2976582a82393c06de2903950e2002..0f72e30b3706443ed3be31dfa429c5486caad8f6 100755
|
| --- a/test/same-gyp-name/gyptest-all.py
|
| +++ b/test/same-gyp-name/gyptest-all.py
|
| @@ -12,7 +12,7 @@ import TestGyp
|
|
|
| # This causes a problem on XCode (duplicate ID).
|
| # See http://code.google.com/p/gyp/issues/detail?id=114
|
| -test = TestGyp.TestGyp(formats=['msvs', 'scons', 'make', 'ninja'])
|
| +test = TestGyp.TestGyp(formats=['!gypd', '!xcode'])
|
|
|
| test.run_gyp('all.gyp', chdir='src')
|
|
|
|
|