Index: tools/run-tests.py |
diff --git a/tools/run-tests.py b/tools/run-tests.py |
index 71a2cda0e952d26615f01058c4cf5554a7c7e134..c5ea966b2efa2daa1683289ff61031d943db6ea5 100755 |
--- a/tools/run-tests.py |
+++ b/tools/run-tests.py |
@@ -251,8 +251,6 @@ def BuildOptions(): |
result.add_option("--extra-flags", |
help="Additional flags to pass to each test command", |
default="") |
- result.add_option("--ignition", help="Skip tests which don't run in ignition", |
- default=False, action="store_true") |
result.add_option("--ignition-turbofan", |
help="Skip tests which don't run in ignition_turbofan", |
default=False, action="store_true") |
@@ -748,7 +746,6 @@ def Execute(arch, mode, args, options, suites): |
"deopt_fuzzer": False, |
"gc_stress": options.gc_stress, |
"gcov_coverage": options.gcov_coverage, |
- "ignition": options.ignition, |
"ignition_turbofan": options.ignition_turbofan, |
"isolates": options.isolates, |
"mode": MODES[mode]["status_mode"], |