(experimental) allow cmdline arguments to deep-point to a test, also remove virtually redundant session.getinitialitems() calls

--HG--
branch : trunk
This commit is contained in:
holger krekel
2010-01-10 21:29:36 +01:00
parent 3029aa6558
commit 99301a0dae
13 changed files with 110 additions and 83 deletions

View File

@@ -142,7 +142,7 @@ def slave_runsession(channel, config, fullwidth, hasmarkup):
continue
colitems.append(colitem)
else:
colitems = None
colitems = config.getinitialnodes()
session.shouldclose = channel.isclosed
class Failures(list):