]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
SQL uses SQL-Group, so use the old conditions here, too
authorAlan T. DeKok <aland@freeradius.org>
Tue, 25 Oct 2022 20:57:00 +0000 (16:57 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 26 Oct 2022 16:31:01 +0000 (12:31 -0400)
src/tests/modules/all.mk

index eb9676ce25a7725acef7e10651821b09420bbae1..5f5e7cf0c9e6f338d94b81ae827cd28a6db066a8 100644 (file)
@@ -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