From: Alan T. DeKok Date: Tue, 22 Oct 2019 13:43:58 +0000 (-0400) Subject: it helps to print errors so that we see WTF is going on X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2de60898c111c22ea8718dba48226c04424cab22;p=thirdparty%2Ffreeradius-server.git it helps to print errors so that we see WTF is going on --- diff --git a/src/bin/unit_test_attribute.c b/src/bin/unit_test_attribute.c index f677cc2898c..62fc8a129af 100644 --- a/src/bin/unit_test_attribute.c +++ b/src/bin/unit_test_attribute.c @@ -2057,6 +2057,7 @@ static int process_file(bool *exit_now, TALLOC_CTX *ctx, CONF_SECTION *features, */ case RESULT_MISMATCH: { + PERROR("%s[%d] - Expected 'no match', got match!", filename, cc.lineno); ret = EXIT_FAILURE;