From: Alan T. DeKok Date: Wed, 19 Apr 2023 17:16:01 +0000 (-0400) Subject: update comments X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8112f7abb2126e6c50b2364759dc7f1a0715e845;p=thirdparty%2Ffreeradius-server.git update comments --- diff --git a/src/tests/detail/all.mk b/src/tests/detail/all.mk index 1fd90faeae9..83df36225a6 100644 --- a/src/tests/detail/all.mk +++ b/src/tests/detail/all.mk @@ -11,7 +11,9 @@ FILES := $(subst $(DIR)/,,$(wildcard $(DIR)/*.txt)) $(eval $(call TEST_BOOTSTRAP)) # -# Run the radclient commands against the radiusd. +# The server is reading and consuming the input detail file, +# so we copy it manually to the output directory (always), and then +# put the server logs into the output file. # $(OUTPUT)/%: $(DIR)/% $(eval DIR := $(dir $<))