]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
don't leave radiusd running after "make test"
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Tue, 26 Sep 2023 21:56:58 +0000 (22:56 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Tue, 26 Sep 2023 22:24:08 +0000 (23:24 +0100)
src/tests/Makefile

index f7ab1f9b400f3e3bee1d80ba97ae24b4c6bd7f2a..8e2773d7416a05006ae5d059759037b180050f97 100644 (file)
@@ -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