* support/regression/collate-results.py: fixed output in case of a valdiag error
[fw/sdcc] / support / regression / collate-results.py
index 03f891a74ba15bb37db360c6b60fcf93032b43b2..e58a981e73133d5b0abd9fed19371b34005de4bf 100644 (file)
@@ -15,6 +15,9 @@ tests = 0
 bytes = 0
 ticks = 0
 
+# hack for valdiag
+name = ""
+
 for line in lines:
     if (re.search(r'^--- Running', line)):
         name = line