Commit 11f58766 authored by Julien Muchembled's avatar Julien Muchembled

testnode: do not run test suites on deleted branches

parent 9a1479dd
......@@ -144,7 +144,7 @@ class Updater(object):
if os.path.exists('.git/svn'):
self._git('svn', 'rebase')
else:
self._git('fetch')
self._git('fetch', '--prune')
self._git('update-index', '--refresh') # see note above
self._git('reset', '--merge', '@{u}')
self.revision = self._git_find_rev(self._git('rev-parse', 'HEAD'))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment