]> git.saurik.com Git - redis.git/commit
Redis test: include bug report on crash.
authorantirez <antirez@gmail.com>
Tue, 22 May 2012 11:13:24 +0000 (13:13 +0200)
committerantirez <antirez@gmail.com>
Tue, 22 May 2012 11:13:24 +0000 (13:13 +0200)
commit2bcd18a2e95ba1278e8ab4671a6987416800e36f
tree81da527d292d98b5d86be779e42995ed52b2cfa0
parent5a559993044fbfa54c9e666a54b757b847d49549
Redis test: include bug report on crash.

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.
tests/support/util.tcl