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 e9aa81ee5bd7174f7a523535a69cdc63f06badb5..f129891e1dc1293289c16c1ad60fb9479797a2c2 100644 |
--- a/tools/push-to-trunk/test_scripts.py |
+++ b/tools/push-to-trunk/test_scripts.py |
@@ -1203,7 +1203,7 @@ LOG=N |
Cmd("git status -s -b -uno", "## some_branch\n"), |
Cmd("git fetch", ""), |
Cmd("git branch", " branch1\n* branch2\n"), |
- Cmd("git checkout -b %s origin/branch-heads/candidates" % |
+ Cmd("git checkout -b %s origin/candidates" % |
TEST_CONFIG["BRANCHNAME"], ""), |
Cmd(("git log --format=%H --grep=\"Port r12345\" " |
"--reverse origin/master"), |