Add check for sqlite3 command to tests that require it

This commit is contained in:
Daniel Thayer 2013-10-14 15:05:06 -05:00
parent 38ae7c98b4
commit 1d23f055ba
7 changed files with 11 additions and 0 deletions

View file

@ -1,6 +1,8 @@
#
# @TEST-GROUP: sqlite
#
# @TEST-REQUIRES: which sqlite3
#
# @TEST-EXEC: cat conn.sql | sqlite3 conn.sqlite
# @TEST-EXEC: btest-bg-run bro bro -b %INPUT
# @TEST-EXEC: btest-bg-wait 10

View file

@ -1,3 +1,5 @@
# @TEST-REQUIRES: which sqlite3
#
# @TEST-EXEC: cat ssh.sql | sqlite3 ssh.sqlite
#
# @TEST-GROUP: sqlite

View file

@ -1,6 +1,8 @@
#
# @TEST-GROUP: sqlite
#
# @TEST-REQUIRES: which sqlite3
#
# @TEST-EXEC: cat port.sql | sqlite3 port.sqlite
# @TEST-EXEC: btest-bg-run bro bro -b %INPUT
# @TEST-EXEC: btest-bg-wait 10

View file

@ -1,3 +1,5 @@
# @TEST-REQUIRES: which sqlite3
#
# @TEST-EXEC: cat ssh.sql | sqlite3 ssh.sqlite
#
# @TEST-GROUP: sqlite