mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

The produced coverage files are of little use in current local workflows and usually just end-up taking up disk space. ZEEK_PROFILER_FILE can be set explicitly if there's a one-off need to produce these locally, too.
28 lines
977 B
INI
28 lines
977 B
INI
[DEFAULT]
|
|
build_dir = build
|
|
|
|
[btest]
|
|
TestDirs = tests
|
|
TmpDir = %(testbase)s/.tmp
|
|
BaselineDir = %(testbase)s/Baseline
|
|
IgnoreDirs = .svn CVS .tmp
|
|
IgnoreFiles = *.tmp *.swp #* *.trace .gitignore *.skeleton
|
|
MinVersion = 0.63
|
|
|
|
[environment]
|
|
ZEEKPATH=`bash -c %(testbase)s/../../../%(build_dir)s/zeek-path-dev`:%(testbase)s/../scripts
|
|
ZEEK_SEED_FILE=%(testbase)s/../random.seed
|
|
TZ=UTC
|
|
LC_ALL=C
|
|
PATH=%(testbase)s/../../../%(build_dir)s/src:%(testbase)s/../../../auxil/btest:%(testbase)s/../../scripts:%(default_path)s
|
|
TEST_DIFF_CANONIFIER=%(testbase)s/../../scripts/diff-canonifier-external
|
|
TEST_DIFF_BRIEF=1
|
|
TRACES=%(testbase)s/Traces
|
|
SCRIPTS=%(testbase)s/../scripts
|
|
SCRIPTS_LOCAL=%(testbase)s/scripts
|
|
DIST=%(testbase)s/../../..
|
|
BUILD=%(testbase)s/../../../%(build_dir)s
|
|
ZEEK_DNS_FAKE=1
|
|
# Fedora/CentOS/RedHat have MD5 disabled for certificate verification and need setting an environment variable to permit it:
|
|
OPENSSL_ENABLE_MD5_VERIFY=1
|
|
UBSAN_OPTIONS=print_stacktrace=1
|