| 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 8e47d468a9f196654d3c400d3a6af836da2eb497..2cc08bacb015ec6f6ffdebb1e7fdce3104d36d41 100644
|
| --- a/tools/push-to-trunk/test_scripts.py
|
| +++ b/tools/push-to-trunk/test_scripts.py
|
| @@ -950,9 +950,9 @@ LOG=N
|
| ["log -1 -p hash1", "patch1"],
|
| ["apply --index --reject \"%s\"" % TEST_CONFIG[TEMPORARY_PATCH_FILE],
|
| "", VerifyPatch("patch1")],
|
| - ["log -1 -p hash5", "patch5"],
|
| + ["log -1 -p hash5", "patch5\n"],
|
| ["apply --index --reject \"%s\"" % TEST_CONFIG[TEMPORARY_PATCH_FILE],
|
| - "", VerifyPatch("patch5")],
|
| + "", VerifyPatch("patch5\n")],
|
| ["apply --index --reject \"%s\"" % extra_patch, ""],
|
| ["commit -aF \"%s\"" % TEST_CONFIG[COMMITMSG_FILE], ""],
|
| ["cl upload --send-mail -r \"reviewer@chromium.org\"", ""],
|
|
|