mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +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
|
@ -3,19 +3,19 @@
|
|||
# @TEST-EXEC: btest-diff output1
|
||||
# @TEST-EXEC: btest-diff output2
|
||||
|
||||
@TEST-START-FILE a.zeek
|
||||
# @TEST-START-FILE a.zeek
|
||||
module A;
|
||||
|
||||
event zeek_init()
|
||||
{
|
||||
print "a";
|
||||
@TEST-END-FILE
|
||||
# @TEST-END-FILE
|
||||
|
||||
@TEST-START-FILE b.zeek
|
||||
# @TEST-START-FILE b.zeek
|
||||
module B;
|
||||
|
||||
event zeek_init()
|
||||
{
|
||||
print "b";
|
||||
}
|
||||
@TEST-END-FILE
|
||||
# @TEST-END-FILE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue