Add --noirc to tox run job

This commit adds the --noirc option to the tox job for running the
bot for testing. This way when testing the bot it won't leave irc
messages.

Change-Id: I923072261bc03022a3c133e1aa425e528be77770
This commit is contained in:
Matthew Treinish 2014-01-24 12:25:05 -05:00
parent ca59c67993
commit d3dc41644d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
[testenv:run]
# test to run the bot as a non voting foreground process
commands = python elastic_recheck/bot.py -f -n elasticRecheck.conf
commands = python elastic_recheck/bot.py -f -n --noirc elasticRecheck.conf
[flake8]
# H803 Skipped on purpose