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 b5ec3713e0ee7f97386079116fc121d509c9e735..db702a3ae147ab0dd4febc1696bc764af20941d1 100644 |
--- a/tools/push-to-trunk/test_scripts.py |
+++ b/tools/push-to-trunk/test_scripts.py |
@@ -956,7 +956,7 @@ def get_list(): |
URL("https://v8-status.appspot.com/current?format=json", |
"{\"message\": \"Tree is throttled\"}"), |
Cmd("git fetch origin +refs/heads/candidate:refs/heads/candidate", ""), |
- Cmd("git show-ref -s refs/heads/candidate", "abc123"), |
+ Cmd("git show-ref -s refs/heads/candidate", "abc123\n"), |
Cmd(("git log -1 --format=%H --grep=\"" |
"^Version [[:digit:]]*\.[[:digit:]]*\.[[:digit:]]* (based\"" |
" origin/candidates"), "push_hash\n"), |