Index: tools/push-to-trunk/test_scripts.py |
diff --git a/tools/push-to-trunk/test_scripts.py b/tools/push-to-trunk/test_scripts.py |
index 0837326c3191839559fe480e3cd3fb903ebadf5e..e1f483b518cc098f3a59f4102cc79748d1f4514f 100644 |
--- a/tools/push-to-trunk/test_scripts.py |
+++ b/tools/push-to-trunk/test_scripts.py |
@@ -1142,7 +1142,8 @@ LOG=N |
RL("Y"), # Automatically increment patch level? |
Cmd("git commit -aF \"%s\"" % TEST_CONFIG[COMMITMSG_FILE], ""), |
RL("reviewer@chromium.org"), # V8 reviewer. |
- Cmd("git cl upload --send-mail -r \"reviewer@chromium.org\"", ""), |
+ Cmd("git cl upload --send-mail -r \"reviewer@chromium.org\" " |
+ "--bypass-hooks", ""), |
Cmd("git checkout -f %s" % TEST_CONFIG[BRANCHNAME], ""), |
RL("LGTM"), # Enter LGTM for V8 CL. |
Cmd("git cl presubmit", "Presubmit successfull\n"), |