| Index: test/build-option/gyptest-build.py | 
| diff --git a/test/hello/gyptest-default.py b/test/build-option/gyptest-build.py | 
| similarity index 90% | 
| copy from test/hello/gyptest-default.py | 
| copy to test/build-option/gyptest-build.py | 
| index 22377e7ac50433fd6995a5d7bb68796749fc09c9..66194726f2375bbc35fcdf3b68870c09eb9f20b3 100755 | 
| --- a/test/hello/gyptest-default.py | 
| +++ b/test/build-option/gyptest-build.py | 
| @@ -13,9 +13,7 @@ import TestGyp | 
|  | 
| test = TestGyp.TestGyp(workdir='workarea_default') | 
|  | 
| -test.run_gyp('hello.gyp') | 
| - | 
| -test.build('hello.gyp') | 
| +test.run_gyp('hello.gyp', '--build=Default') | 
|  | 
| test.run_built_executable('hello', stdout="Hello, world!\n") | 
|  | 
|  |