]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
update comments
authorAlan T. DeKok <aland@freeradius.org>
Wed, 19 Apr 2023 17:16:01 +0000 (13:16 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 20 Apr 2023 21:20:19 +0000 (17:20 -0400)
src/tests/detail/all.mk

index 1fd90faeae932d6763c5119d7c0ae39b16ae8aa2..83df36225a6b1c2d5b29bebe04e9990b0dbd2331 100644 (file)
@@ -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 $<))