mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
ci/test.sh: Run doctest with TZ=UTC
Broker's JSON serialization is TZ dependent (which seems a bug). For now do the same as we do in btest.cfg and run doctests with TZ set to UTC. Reported in zeek/broker#434.
This commit is contained in:
parent
fc12be1f17
commit
3de52c27e0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ function run_unit_tests {
|
|||
banner "Running unit tests"
|
||||
|
||||
pushd build
|
||||
(. ./zeek-path-dev.sh && zeek --test --no-skip) || result=1
|
||||
(. ./zeek-path-dev.sh && TZ=UTC zeek --test --no-skip) || result=1
|
||||
popd
|
||||
return 0
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue