| Index: tools/test.py | 
| diff --git a/tools/test.py b/tools/test.py | 
| index d09f275e5be2ee374416bc12bf5052d36288b550..29eae620298af999b0e4c48762be99b9c6f052b5 100755 | 
| --- a/tools/test.py | 
| +++ b/tools/test.py | 
| @@ -1208,7 +1208,7 @@ def BuildOptions(): | 
| dest="suppress_dialogs", default=True, action="store_true") | 
| result.add_option("--no-suppress-dialogs", help="Display Windows dialogs for crashing tests", | 
| dest="suppress_dialogs", action="store_false") | 
| -  result.add_option("--shell", help="Path to V8 shell", default="shell") | 
| +  result.add_option("--shell", help="Path to V8 shell", default="d8") | 
| result.add_option("--isolates", help="Whether to test isolates", default=False, action="store_true") | 
| result.add_option("--store-unexpected-output", | 
| help="Store the temporary JS files from tests that fails", | 
|  |