mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
ci/btest: Remove ZEEK_PROFILER_FILE from btest.cfg, set in ci/test.sh explicitly
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.
This commit is contained in:
parent
344369f169
commit
43fec1f2c8
3 changed files with 6 additions and 5 deletions
|
@ -28,7 +28,6 @@ DIST=%(testbase)s/../..
|
|||
BUILD=%(testbase)s/../../%(build_dir)s
|
||||
TEST_DIFF_CANONIFIER=%(testbase)s/../scripts/diff-canonifier
|
||||
TMPDIR=%(testbase)s/.tmp
|
||||
ZEEK_PROFILER_FILE=%(testbase)s/.tmp/script-coverage/XXXXXX
|
||||
BTEST_RST_FILTER=$SCRIPTS/rst-filter
|
||||
ZEEK_DNS_FAKE=1
|
||||
ZEEK_DEFAULT_LISTEN_ADDRESS=127.0.0.1
|
||||
|
|
1
testing/external/subdir-btest.cfg
vendored
1
testing/external/subdir-btest.cfg
vendored
|
@ -22,7 +22,6 @@ SCRIPTS=%(testbase)s/../scripts
|
|||
SCRIPTS_LOCAL=%(testbase)s/scripts
|
||||
DIST=%(testbase)s/../../..
|
||||
BUILD=%(testbase)s/../../../%(build_dir)s
|
||||
ZEEK_PROFILER_FILE=%(testbase)s/.tmp/script-coverage/XXXXXX
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue