mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
testing/btest/*zeek: Comment all @TEST lines
This commit is contained in:
parent
2f0be32f5f
commit
85b8c8866b
311 changed files with 1272 additions and 1272 deletions
|
@ -13,21 +13,21 @@
|
|||
|
||||
@load-sigs s2
|
||||
|
||||
@TEST-START-FILE s1.sig
|
||||
# @TEST-START-FILE s1.sig
|
||||
# Just empty.
|
||||
@TEST-END-FILE
|
||||
# @TEST-END-FILE
|
||||
|
||||
@TEST-START-FILE s2.sig
|
||||
# @TEST-START-FILE s2.sig
|
||||
# Just empty.
|
||||
@TEST-END-FILE
|
||||
# @TEST-END-FILE
|
||||
|
||||
# The built-in JavaScript plugin's __load__.zeek file uses cat() in its
|
||||
# __load__.zeek file, causing subtle baseline diffs as it is not enabled
|
||||
# on all platforms. Provide a mock file that is picked up before the
|
||||
# plugin's file due to `.` being first in ZEEKPATH. Sorry.
|
||||
@TEST-START-FILE Zeek_JavaScript/__load__.zeek
|
||||
# @TEST-START-FILE Zeek_JavaScript/__load__.zeek
|
||||
module JavaScript;
|
||||
export {
|
||||
global files: vector of string;
|
||||
}
|
||||
@TEST-END-FILE
|
||||
# @TEST-END-FILE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue