Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

22 lines
577 B
INI

[btest]
TestDirs = initialization command plugin helper rotation
TmpDir = %(testbase)s/.tmp
BaselineDir = %(testbase)s/Baseline
IgnoreDirs = .svn CVS .tmp
IgnoreFiles = *.tmp *.swp #* *.trace .DS_Store
[environment]
INSTALL=%(testbase)s/../build/testing
TZ=UTC
LC_ALL=C
PATH=%(testbase)s/Scripts:%(testbase)s/../../btest:%(default_path)s
TRACES=%(testbase)s/Traces
SCRIPTS=%(testbase)s/Scripts
ZEEKCTLCFG=%(testbase)s/Cfg
TMPDIR=%(testbase)s/.tmp
ZEEK_DEFAULT_LISTEN_ADDRESS=127.0.0.1
ZEEK_SEED_FILE=%(testbase)s/random.seed
[environment-debug]
ZEEKCTL_TEST_DEBUG=1