From 56060812f60923fa1b848bac2ff4baf0137fe433 Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Fri, 28 Feb 2014 19:45:28 +0000 Subject: [PATCH] Fix line distance in push and merge scripts. git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19628 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- tools/push-to-trunk/test_scripts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/push-to-trunk/test_scripts.py b/tools/push-to-trunk/test_scripts.py index 2cc08ba..7a6df7e 100644 --- a/tools/push-to-trunk/test_scripts.py +++ b/tools/push-to-trunk/test_scripts.py @@ -64,6 +64,7 @@ TEST_CONFIG = { TEMPORARY_PATCH_FILE: "/tmp/test-merge-to-branch-tempfile-temporary-patch", } + AUTO_ROLL_ARGS = [ "-a", "author@chromium.org", "-c", TEST_CONFIG[CHROMIUM], -- 2.7.4