From: Alan T. DeKok Date: Fri, 19 Nov 2021 19:42:39 +0000 (-0500) Subject: Revert "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=b41b1cdaf4707be073fe27bb9db48303558985f8;p=thirdparty%2Ffreeradius-server.git Revert "add debugging to see if we can find out where it's crashing" This reverts commit 3baea0df017f1b3ccd47472071517bab2e1fef05. suspicions about the source of the issue were correct. --- diff --git a/src/tests/unit/all.mk b/src/tests/unit/all.mk index 9a0ca65569e..5a156ccb96e 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 -xxx -F ./src/tests/fuzzer-corpus -D ./share/dictionary -d $(DIR) -r "$@" $<; then \ + ${Q}if ! $(TEST_BIN)/unit_test_attribute -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; \