File: knotd_master_run.sh

package info (click to toggle)
knot-resolver 6.0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 16,320 kB
  • sloc: javascript: 42,732; ansic: 39,900; python: 12,459; cpp: 2,121; sh: 1,933; xml: 193; makefile: 181
file content (6 lines) | stat: -rwxr-xr-x 216 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/usr/bin/env bash
set -o errexit -o nounset

echo 'INFO: Tests require Knot compiled with ./configure --enable-recvmmsg=no'
RUNDIR="$(dirname "$0")"
cd "$RUNDIR" && ./run.sh --config configs/knotd_master.yaml "$@"