Fix to make sqlite test consistent, and updating coverage baselines

This commit is contained in:
Robin Sommer 2013-05-15 15:56:22 -07:00
parent 4a134872d5
commit 4fe0e22128
6 changed files with 16 additions and 10 deletions

View file

@ -3,7 +3,7 @@
# @TEST-GROUP: sqlite
#
# @TEST-EXEC: bro -r $TRACES/wikipedia.trace Log::default_writer=Log::WRITER_SQLITE
# @TEST-EXEC: sqlite3 conn.sqlite 'select * from conn order by ts' | sort > conn.select
# @TEST-EXEC: sqlite3 http.sqlite 'select * from http order by ts' | sort > http.select
# @TEST-EXEC: sqlite3 conn.sqlite 'select * from conn order by ts' | sort -n > conn.select
# @TEST-EXEC: sqlite3 http.sqlite 'select * from http order by ts' | sort -n > http.select
# @TEST-EXEC: btest-diff conn.select
# @TEST-EXEC: btest-diff http.select