zeek / cmake

CMake scripts used in Zeek
https://www.zeek.org
Other
48 stars 59 forks source link

Remove unit-test messages from zeek_plugin_end #36

Closed ckreibich closed 2 years ago

ckreibich commented 2 years ago

Follow-up to GH-35: in Zeek builds with --disable-cpp-tests these messages caused a burst of output due to Zeek's large number of static plugins. The message for the number tests found also wasn't useful because it didn't include plugin context. This just removes them.

@0xxon, thanks for flagging.