Index: recipes/recipes/w3c_test_autoroller.py |
diff --git a/recipes/recipes/w3c_test_autoroller.py b/recipes/recipes/w3c_test_autoroller.py |
index ec2838a213e5e562ef1f87c5cf2262136713a386..d673c060c88a74119bfeb0733ee9a8c7fe1aef69 100644 |
--- a/recipes/recipes/w3c_test_autoroller.py |
+++ b/recipes/recipes/w3c_test_autoroller.py |
@@ -24,6 +24,7 @@ def RunSteps(api): |
api.git('config', 'user.name', 'W3C Autoroll Bot') |
api.git('config', 'user.email', 'w3c-test-updater-bot@chromium.org') |
+ api.git('checkout', '-B', 'update_w3c_tests') |
cwd = api.path['checkout'].join('third_party', 'WebKit') |