diff --git a/tools/parseInstrument.py b/tools/parseInstrument.py index c4a00c14..548ea9b4 100755 --- a/tools/parseInstrument.py +++ b/tools/parseInstrument.py @@ -29,6 +29,7 @@ current_class, current_method = None, None failed_tests = [] am_args = "-e class " exit_code = 1 +initial_time = 0.0 for line in open(log_filename).readlines(): matches = re.findall('^([0-9.]*)', line)