mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00

Also update Makefiles to behave better for brief targets and in absence of external test repos.
7 lines
325 B
Bash
Executable file
7 lines
325 B
Bash
Executable file
#! /usr/bin/env bash
|
|
|
|
# This is a wrapper script to btest's real btest-bg-run. It's used
|
|
# when collecting Bro script coverage statistics so that two independent
|
|
# Bro processing don't try to write those usage statistics to the same file.
|
|
|
|
BRO_PROFILER_FILE=`mktemp $TMPDIR/script-coverage.XXXX` $BTEST_PATH/btest-bg-run $@
|