From 1bbd63970a9fe5529cc9c6898c510d47ea5472af Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Thu, 28 Jun 2012 15:16:33 -0500 Subject: [PATCH] Small tweak to make test complete quicker. --- testing/btest/scripts/base/frameworks/control/id_value.bro | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/btest/scripts/base/frameworks/control/id_value.bro b/testing/btest/scripts/base/frameworks/control/id_value.bro index c5d1d063f5..ffbb9a10cf 100644 --- a/testing/btest/scripts/base/frameworks/control/id_value.bro +++ b/testing/btest/scripts/base/frameworks/control/id_value.bro @@ -22,4 +22,5 @@ redef test_var = "This is the value from the controllee"; event Control::id_value_response(id: string, val: string) { print fmt("Got an id_value_response(%s, %s) event", id, val); + terminate(); }