mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Stop suppressing stdout during Zeekygen docs generation
It's no longer needed to suppress noise, and any output is now actually of interest.
This commit is contained in:
parent
ec89d6ffff
commit
678a22461c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ cd $build_dir
|
||||||
export ZEEK_SEED_FILE=$source_dir/testing/btest/random.seed
|
export ZEEK_SEED_FILE=$source_dir/testing/btest/random.seed
|
||||||
|
|
||||||
function run_zeek {
|
function run_zeek {
|
||||||
ZEEK_ALLOW_INIT_ERRORS=1 zeek -X $conf_file zeekygen >/dev/null
|
ZEEK_ALLOW_INIT_ERRORS=1 zeek -X $conf_file zeekygen
|
||||||
|
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "Failed running zeek with zeekygen config file $conf_file" >&2
|
echo "Failed running zeek with zeekygen config file $conf_file" >&2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue