[svn r63195] * fix rsyncdir usages all around

* rename looponfailing to looponfail

--HG--
branch : trunk
This commit is contained in:
hpk
2009-03-21 21:07:45 +01:00
parent 87f6f6b9f4
commit 422635ea47
9 changed files with 30 additions and 33 deletions

View File

@@ -209,7 +209,7 @@ class PytestPluginHooks:
def pyevent_rescheduleitems(self, event):
""" Items from a node that went down. """
def pyevent_looponfailinginfo(self, event):
def pyevent_looponfailinfo(self, event):
""" info for repeating failing tests. """
def pyevent_plugin_registered(self, plugin):