mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
![]() Remove some output from the Travis CI build log to make it easier to read. There is an issue with Travis CI when using encrypted environment variables. In this case, when btest calls the python function sys.stdout.isatty() it returns False, which causes btest to output one line for each test (passed or failed). As a result, it is difficult to see at a glance which tests failed. Switching to btest brief output to address this issue. |
||
---|---|---|
.. | ||
btest | ||
external | ||
scripts | ||
.gitignore | ||
Makefile | ||
README |
This directory contains suites for testing for Bro's correct operation: btest/ An ever-growing set of small unit tests testing Bro's functionality. external/ A framework for downloading additional test sets that run more complex Bro configuration on larger traces files. Due to their size, these are not included directly. See the README for more information. scripts/ Helpers scripts used by some tests.