diff autobot/projects/autobot/__init__.py @ 258:8ed63380052e

use test bot and dont try to connect to irc when testing
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 28 Dec 2011 16:44:07 -0800
parents 44ca3474d03d
children aa36f82313f1
line wrap: on
line diff
--- a/autobot/projects/autobot/__init__.py	Wed Dec 28 13:10:31 2011 -0800
+++ b/autobot/projects/autobot/__init__.py	Wed Dec 28 16:44:07 2011 -0800
@@ -27,6 +27,7 @@
     # make a master, slave pair
     self.addStep(ShellCommand(command=[WithProperties('%(create-autobot)s'),
                                        '-f', '-', # all factories,
+                                       '--ircChannels', '', # no channels
                                        '--slaveport', str(slaveport),
                                        '--htmlport', str(htmlport),
                                        'bot'],