mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
testing/btest/*js: Comment all @TEST lines
This commit is contained in:
parent
86249db2a3
commit
51f504b38f
4 changed files with 15 additions and 14 deletions
|
@ -5,12 +5,13 @@
|
|||
* @TEST-EXEC: zeek-cut < intel.log > intel.log.noheader
|
||||
* @TEST-EXEC: TEST_DIFF_CANONIFIER= btest-diff intel.log.noheader
|
||||
*
|
||||
* Following the intel file that we load via Intel::insert().
|
||||
@TEST-START-FILE intel.json_lines
|
||||
*/
|
||||
|
||||
// Following the intel file that we load via Intel::insert().
|
||||
// @TEST-START-FILE intel.json_lines
|
||||
{"indicator": "141.142.228.5", "indicator_type": "Intel::ADDR", "meta": {"source": "json1"}}
|
||||
{"indicator": "bro.org", "indicator_type": "Intel::DOMAIN", "meta": {"source": "json2"}}
|
||||
@TEST-END-FILE
|
||||
*/
|
||||
// @TEST-END-FILE
|
||||
const fs = require('fs');
|
||||
|
||||
zeek.on('zeek_init', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue