Refactor to use new protocol module and sipo.
[bertos.git] / test / parselog.py
index 4c8b7375d4252d6b712b73e312e7104b94c948ae..53506262b8a3e42ce16ef1e2f15d71c228b4ddb2 100755 (executable)
@@ -34,7 +34,7 @@ f = file(sys.argv[1])
 warn_suppress_cnt = 0
 for line in f:
        if "__FILTER_NEXT_WARNING__" in line:
-               warn_suppress_cnt += 1
+               warn_suppress_cnt += 2
        
        if "warning" in line:
                if warn_suppress_cnt == 0: