testing/btest/*zeek: Comment all @TEST lines

This commit is contained in:
Arne Welzel 2025-04-17 15:32:11 +02:00
parent 2f0be32f5f
commit 85b8c8866b
311 changed files with 1272 additions and 1272 deletions

View file

@ -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