From: Arran Cudbard-Bell Date: Fri, 22 Apr 2022 17:26:56 +0000 (-0500) Subject: Allow the secret and base port to be overridden from the shell X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adacd4619b4bb62b36b99efe949105719e8ee9f7;p=thirdparty%2Ffreeradius-server.git Allow the secret and base port to be overridden from the shell --- diff --git a/src/tests/all.mk b/src/tests/all.mk index 43130cbaaf9..2ef71b42647 100644 --- a/src/tests/all.mk +++ b/src/tests/all.mk @@ -2,8 +2,8 @@ # Common test values # -PORT := 12340 -SECRET := testing123 +PORT := $(if $(PORT),$(PORT),12340) +SECRET := $(if $(SECRET),$(SECRET),testing123) DICT_PATH := $(top_srcdir)/share/dictionary #