mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
Use .zeek file suffix in unit tests
This commit is contained in:
parent
93d384adeb
commit
1e57e3f026
862 changed files with 533 additions and 529 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
const test_var = "ORIGINAL VALUE (this should be printed out first)" &redef;
|
||||
|
||||
@TEST-START-FILE test-redef.bro
|
||||
@TEST-START-FILE test-redef.zeek
|
||||
redef test_var = "NEW VALUE (this should be printed out second)";
|
||||
@TEST-END-FILE
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
# This value shouldn't ever be printed to the controllers stdout.
|
||||
const test_var = "Original value" &redef;
|
||||
|
||||
@TEST-START-FILE only-for-controllee.bro
|
||||
@TEST-START-FILE only-for-controllee.zeek
|
||||
# This is only loaded on the controllee, but it's sent to the controller
|
||||
# and should be printed there.
|
||||
redef test_var = "This is the value from the controllee";
|
Loading…
Add table
Add a link
Reference in a new issue