mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
- Added two additional regression tests. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10819
4 lines
164 B
Bash
Executable File
4 lines
164 B
Bash
Executable File
#!/bin/sh
|
|
|
|
awk -v count=50000 '/ERROR SUMMARY/{if ($4 <= count) print "Total error count is below threshold."; else print "Total error count is above threshold" }'
|