projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b18c827
)
Correctly suppress warnings.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 1 Sep 2009 17:28:30 +0000
(17:28 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 1 Sep 2009 17:28:30 +0000
(17:28 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2857
38d2e660
-2303-0410-9eaa-
f027e97ec537
test/parselog.py
patch
|
blob
|
history
diff --git
a/test/parselog.py
b/test/parselog.py
index 4c8b7375d4252d6b712b73e312e7104b94c948ae..53506262b8a3e42ce16ef1e2f15d71c228b4ddb2 100755
(executable)
--- a/
test/parselog.py
+++ b/
test/parselog.py
@@
-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: