zeek/testing/btest/plugins/hooks-plugin
Benjamin Bannier 1e4f368c68 Do not log function arguments in test.
This was excercising hooks to validate that they were called. For that
it uses pretty verbose logging. Since version numbers are not stable and
hard to canonify this script already unloads the version module (there
is e.g., code in `base/misc/version` which splits the version strings
and works on single components which might appear like pretty ordinary
floating point numbers in the log).

This test however worked under the assumption that nothing in bare mode
loads `base/misc/version` which is hard to guarantee, especially
considering that plugins can be embedded and might load that module
themself.

With this patch we now make the logging slightly less verbose so that
function call arguments are not logged anymore.
2022-05-16 09:07:11 +02:00
..
src Do not log function arguments in test. 2022-05-16 09:07:11 +02:00
.btest-ignore Adding a test building a file analyzer plugin. 2014-06-18 14:33:42 -07:00