mesontest: Fix exception

pull/1164/head
Patrick Griffis 8 years ago committed by Jussi Pakkanen
parent f62f730821
commit 4c74b47cfd
  1. 1
      mesontest.py

@ -146,6 +146,7 @@ class TestHarness:
def __init__(self, options):
self.options = options
self.collected_logs = []
self.failed_tests = []
self.error_count = 0
self.is_run = False
self.cant_rebuild = False

Loading…
Cancel
Save