madanus, kameshj


Suggested
r22947

r22947 | malcolm | 2007-01-09 12:45:53 -0600 (Tue, 09 Jan 2007)

When executing commands as part of the test framework, if a command
fails due to a signal (coredump, etc), output the stdout and stderr
before raising the exception, to aid debugging.

* subversion/tests/cmdline/svntest/main.py
  (run_command_stdin): Write stdout_lines and stderr_lines to stdout
    and stderr before raising an exception.

Suggested by: madanus, kameshj
Patch by: djames