From: Alan T. DeKok Date: Tue, 25 Oct 2022 20:57:00 +0000 (-0400) Subject: SQL uses SQL-Group, so use the old conditions here, too X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc3981bdc4d7da245dc019cc813a1d2202c24f86;p=thirdparty%2Ffreeradius-server.git SQL uses SQL-Group, so use the old conditions here, too --- diff --git a/src/tests/modules/all.mk b/src/tests/modules/all.mk index eb9676ce25a..5f5e7cf0c9e 100644 --- a/src/tests/modules/all.mk +++ b/src/tests/modules/all.mk @@ -80,6 +80,7 @@ $(foreach x, $(filter sql_%,$(FILES)), $(eval $$(OUTPUT.$(TEST))/$x: $(patsubst # conditions, so we don't run them under the new conditions. # $(foreach x, $(filter ldap%,$(FILES)), $(eval $$(OUTPUT.$(TEST))/$x: NEW_COND=-S parse_new_conditions=no -S use_new_conditions=no)) +$(foreach x, $(filter sql_%,$(FILES)), $(eval $$(OUTPUT.$(TEST))/$x: NEW_COND=-S parse_new_conditions=no -S use_new_conditions=no)) # # Files in the output dir depend on the unit tests