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

We missed the fact that the broker module didn't load due to a wrong libpython version because we didn't test that load. Also remove an unused environment variable from btest.cfg.
12 lines
266 B
INI
12 lines
266 B
INI
[btest]
|
|
TestDirs = docker
|
|
TmpDir = %(testbase)s/.tmp
|
|
BaselineDir = %(testbase)s/Baseline
|
|
IgnoreDirs = .tmp
|
|
IgnoreFiles = *.tmp *.swp #* *.trace .DS_Store
|
|
MinVersion = 0.63
|
|
|
|
[environment]
|
|
LC_ALL=C
|
|
PATH=%(testbase)s/../../auxil/btest:%(default_path)s
|
|
TZ=UTC
|