[svn r63163] fixing tests, better verbose output for dist-runs

--HG--
branch : trunk
This commit is contained in:
hpk
2009-03-21 03:04:44 +01:00
parent 6a1db0a594
commit 75bfb84ea5
9 changed files with 40 additions and 34 deletions

View File

@@ -50,7 +50,7 @@ class Session(object):
if isinstance(next, Item):
remaining = self.filteritems([next])
if remaining:
notify("itemstart", event.ItemStart(next))
notify("itemstart", next)
yield next
else:
assert isinstance(next, Collector)