Index: tools/test.py |
=================================================================== |
--- tools/test.py (revision 8738) |
+++ tools/test.py (working copy) |
@@ -1208,7 +1208,7 @@ |
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", |