]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
tacacs: Update missing suffix for tacas_proto test
authorJorge Pereira <jpereiran@gmail.com>
Thu, 10 Sep 2020 17:40:45 +0000 (14:40 -0300)
committerAlan DeKok <aland@freeradius.org>
Fri, 11 Sep 2020 13:02:07 +0000 (09:02 -0400)
src/tests/tacacs/all.mk

index a05c17b99089b530f77b7754f9444ef67e99fa87..91aa697245429b66ebcf7cd4ec0c58aa1edabb4e 100644 (file)
@@ -51,7 +51,7 @@ $(OUTPUT)/%: $(DIR)/% | $(TEST).radiusd_kill $(TEST).radiusd_start
        $(eval EXPECTED := $(patsubst %.txt,%.out,$<))
        $(eval FOUND    := $(patsubst %.txt,%.out,$@))
        $(eval ARGV     := $(shell grep "#.*ARGV:" $< | cut -f2 -d ':'))
-       $(Q)echo "PROTO_TACACS INPUT=$(TARGET) TACACS_ARGV=\"$(ARGV)\""
+       $(Q)echo "TACACS-TEST INPUT=$(TARGET) TACACS_ARGV=\"$(ARGV)\""
        $(Q)[ -f $(dir $@)/radiusd.pid ] || exit 1
        $(Q)if ! $(TACCLIENT) --return-0-if-failed -v -k $(SECRET) -p $(PORT) -H localhost -r 192.168.69.1 -P pegapilha/0 --timeout 2 $(ARGV) 1> $(FOUND) 2>&1; then \
                echo "FAILED";                                              \