Commit 51026c6b authored by Julien Muchembled's avatar Julien Muchembled

run_test_suite: fix full checkout

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41872 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dbcec1d2
......@@ -157,7 +157,7 @@ class Updater(object):
if revision:
args.append('-r%s' % revision)
svn_mkdirs(path)
args += '--depth=infinity', path
args += '--set-depth=infinity', path
self.deletePycFiles(path)
try:
status_dict = self.spawn(*args)
......
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