| 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 bca7ae6c9619c38101a94bae430fa9c015532af9..4edb3481b8af52f733ec743180f7a7d24a602e97 100644
|
| --- a/tools/push-to-trunk/test_scripts.py
|
| +++ b/tools/push-to-trunk/test_scripts.py
|
| @@ -1221,7 +1221,8 @@ LOG=N
|
| Cmd("git svn find-rev hash3 origin/master", "56789"),
|
| Cmd("git log -1 --format=%s hash3", "Title3"),
|
| RL("Y"), # Automatically add corresponding ports (34567, 56789)?
|
| - Cmd("git svn find-rev r12345 origin/master", "hash4"),
|
| + Cmd("git svn find-rev r12345 origin/master",
|
| + "Partial-rebuilding bla\nDone rebuilding blub\nhash4"),
|
| # Simulate svn being down which stops the script.
|
| Cmd("git svn find-rev r23456 origin/master", None),
|
| # Restart script in the failing step.
|
|
|