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 334983cdbc4b44ee131db23de4bcdc8053b6fa86..9ef57578750f5a59261f407a65724789baf975d7 100644 |
--- a/tools/push-to-trunk/test_scripts.py |
+++ b/tools/push-to-trunk/test_scripts.py |
@@ -660,7 +660,8 @@ Performance and stability improvements on all platforms.""" |
CheckPreparePush], |
["cl upload -r \"reviewer@chromium.org\" --send-mail%s" % force_flag, |
"done\n"], |
- ["cl dcommit -f", "Closing issue\n"], |
+ ["cl presubmit", "Presubmit successfull\n"], |
+ ["cl dcommit -f --bypass-hooks", "Closing issue\n"], |
["svn fetch", "fetch result\n"], |
["checkout svn/bleeding_edge", ""], |
[("log -1 --format=%H --grep=\"Prepare push to trunk. " |