1#!/bin/bash
2set -o errexit -o nounset
3
4echo 'INFO: Tests require Knot compiled with ./configure --enable-recvmmsg=no'
5RUNDIR="$(dirname "$0")"
6cd "$RUNDIR" && ./run.sh --config configs/knotd_slave.yaml "$@"
7