• antirez's avatar
    Redis test: include bug report on crash. · 2bcd18a2
    antirez authored
    Due to a change in the format of the bug report in case of crash of
    failed assertion the test suite was no longer able to properly log it.
    Instead just a protocol error was logged by the Redis TCL client that
    provided no clue about the actual problem.
    
    This commit resolves the issue by logging everything from the first line
    of the log including the string REDIS BUG REPORT, till the end of the
    file.
    2bcd18a2
util.tcl 7.83 KB