| 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..04fafd43bb0aca969af72cdb0051b6f4e45eaa43 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=['!xcode'])
|
|
|
| test.run_gyp('all.gyp', chdir='src')
|
|
|
|
|