mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
7 lines
315 B
Bash
Executable file
7 lines
315 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 -t script-coverage` $BTEST_PATH/btest-bg-run $@
|