From 9dac3fe8091f9b62699ec18b6157db17ac21c6bc Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Thu, 25 Jul 2013 16:47:34 -0700 Subject: [PATCH] s3tests: clone correct branch Signed-off-by: Yehuda Sadeh --- teuthology/task/s3tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/s3tests.py b/teuthology/task/s3tests.py index 700baeefebe94..f8086d51b6c77 100644 --- a/teuthology/task/s3tests.py +++ b/teuthology/task/s3tests.py @@ -20,7 +20,7 @@ def download(ctx, config): log.info('Downloading s3-tests...') testdir = teuthology.get_testdir(ctx) for (client, cconf) in config.items(): - branch = cconf.get('force-branch', 'master') + branch = cconf.get('force-branch', None) if not branch: branch = cconf.get('branch', 'master') sha1 = cconf.get('sha1') -- 2.39.5