From c7a552e1f79736accc0e405657f5c7895579a4c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Tue, 31 Jan 2017 16:19:37 +0100 Subject: [PATCH] Add note about required Knotd build options Function recvmmsg is not implemented in socket wrapper so knotd under test must not use it. --- knotd_master_run.sh | 2 +- knotd_slave_run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/knotd_master_run.sh b/knotd_master_run.sh index df7ed41..fe29384 100755 --- a/knotd_master_run.sh +++ b/knotd_master_run.sh @@ -18,5 +18,5 @@ ADDITIONAL="-c ./knotd.conf" export TESTS DAEMON TEMPLATE CONFIG ADDITIONAL +echo 'INFO: Tests require Knot compiled with ./configure --enable-recvmmsg=no' make - diff --git a/knotd_slave_run.sh b/knotd_slave_run.sh index d16eac6..735f140 100755 --- a/knotd_slave_run.sh +++ b/knotd_slave_run.sh @@ -18,5 +18,5 @@ ADDITIONAL="-c ./knotd.conf" export TESTS DAEMON TEMPLATE CONFIG ADDITIONAL +echo 'INFO: Tests require Knot compiled with ./configure --enable-recvmmsg=no' make - -- GitLab