Update for renaming BroControl to ZeekControl.

This commit is contained in:
Robin Sommer 2019-05-05 03:49:25 +00:00
parent 6a726afed9
commit 89b8d6e7ba
8 changed files with 20 additions and 20 deletions

View file

@ -53,7 +53,7 @@ build_coverity() {
# outside of Travis).
make distclean > /dev/null
./configure --prefix=`pwd`/build/root --enable-debug --disable-perftools --disable-broker-tests --disable-python --disable-broctl
./configure --prefix=`pwd`/build/root --enable-debug --disable-perftools --disable-broker-tests --disable-python --disable-zeekctl
export PATH=`pwd`/coverity-tools/bin:$PATH
cd build
@ -124,9 +124,9 @@ build() {
# outside of Travis).
make distclean > /dev/null
# Skip building broker tests, python bindings, and broctl, as these are
# Skip building broker tests, python bindings, and zeekctl, as these are
# not needed by the bro tests.
./configure --build-type=Release --disable-broker-tests --disable-python --disable-broctl && make -j 2
./configure --build-type=Release --disable-broker-tests --disable-python --disable-zeekctl && make -j 2
}