# HG changeset patch # User Jeff Hammel # Date 1296695075 28800 # Node ID 312c4a76462a7b8fe26878cc228f008b6b38fa2e # Parent 05ecc0bc77579e963142dc2d7ddf70c6da61c014 test, not tests diff -r 05ecc0bc7757 -r 312c4a76462a autobot/projects/mozmill/__init__.py --- 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