Initialize initial_time in parseInstrument.py
This commit is contained in:
parent
c7e754042c
commit
2beedadb12
@ -29,6 +29,7 @@ current_class, current_method = None, None
|
|||||||
failed_tests = []
|
failed_tests = []
|
||||||
am_args = "-e class "
|
am_args = "-e class "
|
||||||
exit_code = 1
|
exit_code = 1
|
||||||
|
initial_time = 0.0
|
||||||
|
|
||||||
for line in open(log_filename).readlines():
|
for line in open(log_filename).readlines():
|
||||||
matches = re.findall('^([0-9.]*)', line)
|
matches = re.findall('^([0-9.]*)', line)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user