From: Jorge Pereira Date: Thu, 10 Sep 2020 17:40:45 +0000 (-0300) Subject: tacacs: Update missing suffix for tacas_proto test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3d2ea2dc1373c06d73bbd9e8497822131bddc1a;p=thirdparty%2Ffreeradius-server.git tacacs: Update missing suffix for tacas_proto test --- diff --git a/src/tests/tacacs/all.mk b/src/tests/tacacs/all.mk index a05c17b9908..91aa6972454 100644 --- a/src/tests/tacacs/all.mk +++ b/src/tests/tacacs/all.mk @@ -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"; \