Always build a new git repo.

This will only slow down test runs a tiny bit, but ensures we are
never polluted with something from another test run.

Change-Id: I3a9e4c13b289b14f82a6a8c9a821a0abc36876d2
Closes-bug: #1264947
This commit is contained in:
Michael Still 2013-12-30 21:07:59 +11:00
parent 26be80f7bb
commit bae0304995

View File

@ -290,7 +290,7 @@ class Runner(object):
project_name + '/.git',
os.path.join(
self.global_config['git_working_dir'],
self.job_name,
self.job.unique,
project_name
)
)