Bug 469146 - massif --ignore-fn does not ignore inlined functions
[valgrind.git] / drd / tests / compare_error_count_with
blob48abf3edee6f26ee057768612db5f52aa1bd8ba5
1 #!/bin/sh
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" }'