Commit aa3e2bbd authored by teor's avatar teor
Browse files

test/parseconf: Warn when the expected_log* file is missing

Part of 32451.
parent ced434c5
Loading
Loading
Loading
Loading
+12 −6
Original line number Diff line number Diff line
@@ -620,6 +620,12 @@ for dir in "${EXAMPLEDIR}"/*; do
                                "$TRUE" \
                                "$EXPECTED_LOG" \
                                "log success"
        else
            printf "\\nNOTICE: Missing '%s_log' file:\\n" \
                   "$EXPECTED" >&2
            log_verify_config "./torrc" \
                              "$DEFAULTS" \
                              "$CMDLINE"
        fi

   elif test -f "$ERROR"; then