Mercurial > hg > autobot
changeset 159:b4e1edfd49ee
* depend on a version of buildbot that has a slightly less broken version of gitpoller
* change manifest test path to reflect change in repo
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 31 Jan 2011 13:24:09 -0800 |
parents | 13a2a66b1c41 |
children | 514c9a782da0 |
files | autobot/projects/manifestdestiny/__init__.py setup.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/autobot/projects/manifestdestiny/__init__.py Thu Jan 27 20:57:39 2011 -0800 +++ b/autobot/projects/manifestdestiny/__init__.py Mon Jan 31 13:24:09 2011 -0800 @@ -17,6 +17,6 @@ # run the tests self.addStep(ShellCommand(command=[WithProperties('%(python)s'), 'test.py'], - workdir=WithProperties('%(virtualenv)s/src/ManifestDestiny/manifestdestiny/tests'), + workdir=WithProperties('%(virtualenv)s/src/ManifestDestiny/tests'), description='test ManifestDestiny'))