mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Small tweak to make test complete quicker.
This commit is contained in:
parent
21a0e74d68
commit
1bbd63970a
1 changed files with 1 additions and 0 deletions
|
@ -22,4 +22,5 @@ redef test_var = "This is the value from the controllee";
|
||||||
event Control::id_value_response(id: string, val: string)
|
event Control::id_value_response(id: string, val: string)
|
||||||
{
|
{
|
||||||
print fmt("Got an id_value_response(%s, %s) event", id, val);
|
print fmt("Got an id_value_response(%s, %s) event", id, val);
|
||||||
|
terminate();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue