# HG changeset patch # User Jeff Hammel # Date 1296676432 28800 # Node ID 44f82980244272ad663c9d1795cfd4d24cd07a61 # Parent 53970e50639e6c0822b5edb97221ccf873cd9014 remove test directory befor checking it out diff -r 53970e50639e -r 44f829802442 autobot/projects/mozmill/__init__.py --- a/autobot/projects/mozmill/__init__.py Wed Feb 02 11:48:39 2011 -0800 +++ b/autobot/projects/mozmill/__init__.py Wed Feb 02 11:53:52 2011 -0800 @@ -46,6 +46,8 @@ # description='run mozmill internal tests')) # get the QA tests + test_dir = tests.rsplit('/', 1)[-1] + self.addStep(ShellCommand(command=['rm', '-rf', test_dir])) self.addStep(ShellCommand(command=['hg', 'clone', tests])) # run the QA tests