Mercurial > hg > autobot
changeset 202:312c4a76462a
test, not tests
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 02 Feb 2011 17:04:35 -0800 |
parents | 05ecc0bc7757 |
children | 1e1467529854 |
files | autobot/projects/mozmill/__init__.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/autobot/projects/mozmill/__init__.py Wed Feb 02 17:01:36 2011 -0800 +++ b/autobot/projects/mozmill/__init__.py Wed Feb 02 17:04:35 2011 -0800 @@ -41,7 +41,7 @@ self.addStep(ShellCommand(command=[WithProperties('%(mozmill)s'), '-b', WithProperties('%(firefox)s'), '-m', - WithProperties('%(virtualenv)s/src/mozmill/mozmill/tests/manifest.ini')], + WithProperties('%(virtualenv)s/src/mozmill/mozmill/test/manifest.ini')], description='run mozmill internal tests')) # get the QA tests