From: Alan T. DeKok Date: Thu, 18 Nov 2021 21:55:54 +0000 (-0500) Subject: add debugging to see if we can find out where it's crashing X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3baea0df017f1b3ccd47472071517bab2e1fef05;p=thirdparty%2Ffreeradius-server.git add debugging to see if we can find out where it's crashing once we find it, this commit will be reverted --- diff --git a/src/tests/unit/all.mk b/src/tests/unit/all.mk index 5a156ccb96e..9a0ca65569e 100644 --- a/src/tests/unit/all.mk +++ b/src/tests/unit/all.mk @@ -59,7 +59,7 @@ test.unit.condition: $(addprefix $(OUTPUT)/,$(filter condition/%.txt,$(FILES))) $(OUTPUT)/%: $(DIR)/% $(TEST_BIN_DIR)/unit_test_attribute $(eval DIR:=${top_srcdir}/src/tests/unit) @echo "UNIT-TEST $(lastword $(subst /, ,$(dir $@))) $(basename $(notdir $@))" - ${Q}if ! $(TEST_BIN)/unit_test_attribute -F ./src/tests/fuzzer-corpus -D ./share/dictionary -d $(DIR) -r "$@" $<; then \ + ${Q}if ! $(TEST_BIN)/unit_test_attribute -xxx -F ./src/tests/fuzzer-corpus -D ./share/dictionary -d $(DIR) -r "$@" $<; then \ echo "TZ=GMT $(TEST_BIN)/unit_test_attribute -F ./src/tests/fuzzer-corpus -D ./share/dictionary -d $(DIR) -r \"$@\" $<"; \ rm -f $(BUILD_DIR)/tests/test.unit; \ exit 1; \