| 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 3c5bfeb58f8402b6ac83a9fdd4a71bceb072695e..d1eb2434dedbf928785ed14238eed4b9a433f42e 100644
|
| --- a/tools/push-to-trunk/test_scripts.py
|
| +++ b/tools/push-to-trunk/test_scripts.py
|
| @@ -1138,7 +1138,7 @@ LOG=N
|
| 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\" "
|
| - "--bypass-hooks", ""),
|
| + "--bypass-hooks -cc \"ulan@chromium.org\"", ""),
|
| Cmd("git checkout -f %s" % TEST_CONFIG["BRANCHNAME"], ""),
|
| RL("LGTM"), # Enter LGTM for V8 CL.
|
| Cmd("git cl presubmit", "Presubmit successfull\n"),
|
|
|