Index: Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py |
diff --git a/Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py b/Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py |
index 3579d23bf4745d65dc10bda5fdce11ec7ba38cbb..c500b00b42ca1b5b88855f1231a2c77433a69a2c 100644 |
--- a/Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py |
+++ b/Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py |
@@ -62,6 +62,7 @@ class TestRunResults(object): |
self.tests_by_timeline[timeline] = expectations.get_tests_with_timeline(timeline) |
self.slow_tests = set() |
self.interrupted = False |
+ self.keyboard_interrupted = False |
self.run_time = 0 # The wall clock time spent running the tests (layout_test_runner.run()). |
def add(self, test_result, expected, test_is_slow): |