From: Matthew Newton Date: Tue, 26 Sep 2023 21:56:58 +0000 (+0100) Subject: don't leave radiusd running after "make test" X-Git-Tag: release_3_2_4~133 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ecbdfa90138fe656156831ae6671b51ebbd574a9;p=thirdparty%2Ffreeradius-server.git don't leave radiusd running after "make test" --- diff --git a/src/tests/Makefile b/src/tests/Makefile index f7ab1f9b40..8e2773d741 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -327,3 +327,4 @@ tests.runtests: test.conf | radiusd.kill radiusd.pid ${Q}BIN_PATH="$(BIN_PATH)" PORT="$(PORT)" ./runtests.sh $(TESTS) tests: tests.runtests tests.eap + $(MAKE) radiusd.kill