mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Add check for sqlite3 command to tests that require it
This commit is contained in:
parent
38ae7c98b4
commit
1d23f055ba
7 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# @TEST-REQUIRES: which sqlite3
|
||||
#
|
||||
# @TEST-EXEC: cat ssh.sql | sqlite3 ssh.sqlite
|
||||
#
|
||||
# @TEST-GROUP: sqlite
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# @TEST-REQUIRES: which sqlite3
|
||||
#
|
||||
# @TEST-EXEC: cat ssh.sql | sqlite3 ssh.sqlite
|
||||
#
|
||||
# @TEST-GROUP: sqlite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue