]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add debugging to see if we can find out where it's crashing
authorAlan T. DeKok <aland@freeradius.org>
Thu, 18 Nov 2021 21:55:54 +0000 (16:55 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 18 Nov 2021 21:55:54 +0000 (16:55 -0500)
once we find it, this commit will be reverted

src/tests/unit/all.mk

index 5a156ccb96eb22f7450ae559a06e08565d40e506..9a0ca65569e0cb3f79f2bddd98784909576a3723 100644 (file)
@@ -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; \