In the test suite, simplify the message printed by the create_failing_hook()
commit7b27a2a4552089692cdbd6df80c6a80e976a1c26
authorJulian Foad <julian.foad@wandisco.com>
Wed, 23 Dec 2009 12:05:12 +0000 (23 12:05 +0000)
committerJulian Foad <julian.foad@wandisco.com>
Wed, 23 Dec 2009 12:05:12 +0000 (23 12:05 +0000)
tree98e3a49d1ca5eba1f7390e3b96255ed0f5864710
parent8244fc3f89ef7f9d963cbe9d78b96d61dd453eab
In the test suite, simplify the message printed by the create_failing_hook()
function: just print the supplied message argument, without a prefix. This
does not affect any existing test but makes it easier for new tests to know
what output to expect.

* subversion/tests/cmdline/svntest/actions.py
  (create_failing_hook): Don't print a prefix before the requested message.

git-svn-id: http://svn.apache.org/repos/asf/subversion/trunk/subversion/tests/cmdline@893486 13f79535-47bb-0310-9956-ffa450edef68
svntest/actions.py