From e12fa148dadf047e9a5079d048831bdacf56ac70 Mon Sep 17 00:00:00 2001 From: Matthew Newton Date: Thu, 15 Jun 2023 19:17:16 +0100 Subject: [PATCH] be helpful and show where the test radiusd is logging to --- src/tests/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/Makefile b/src/tests/Makefile index 2dab5b1e16..f7ab1f9b40 100644 --- a/src/tests/Makefile +++ b/src/tests/Makefile @@ -185,6 +185,7 @@ radiusd.pid: test.conf tail -n 20 "$(TEST_PATH)/radius.log"; \ fi ${Q}echo "ok" + ${Q}echo "radiusd logging to $(TEST_PATH)/radius.log" # We can't make this depend on radiusd.pid, because then make will create # radiusd.pid when we make radiusd.kill, which we don't want. -- 2.47.3