| Index: test/same-gyp-name/gyptest-default.py
|
| diff --git a/test/same-gyp-name/gyptest-default.py b/test/same-gyp-name/gyptest-default.py
|
| index b8fb63d15bc69bd2ca59b2e007bb8f3f15d69058..78f2cffb1f69907643eae7a43c830d6429a36f17 100755
|
| --- a/test/same-gyp-name/gyptest-default.py
|
| +++ b/test/same-gyp-name/gyptest-default.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=['!xcode'])
|
|
|
| test.run_gyp('all.gyp', chdir='src')
|
|
|
|
|