Adding new leak tests involving remote logging.

This commit is contained in:
Robin Sommer 2012-03-08 17:29:23 -08:00
parent bf14bd91d7
commit 83038d78e0
7 changed files with 160 additions and 1 deletions

View file

@ -7,4 +7,4 @@
cat $1 | sed "s#bro *\"\./#../../../build/src/bro \".tmp/$TEST_NAME/#g" | sed 's/ *--gv//g' >$1.tmp && mv $1.tmp $1
grep -q "No leaks found" $1
grep -qv "detected leaks of" $1