repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
memcheck/tests/sh-mem-random.c: Set huge_addr to 240GB
[valgrind.git]
/
drd
/
tests
/
compare_error_count_with
blob
48abf3edee6f26ee057768612db5f52aa1bd8ba5
1
#!/bin/sh
2
3
awk
-v
count
=
50000
'/ERROR SUMMARY/{if (
$4
<= count) print "Total error count is below threshold."; else print "Total error count is above threshold" }'