| 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 e77332c3936fdd2a4922fa8c8ae806faf5c732c1..c60ca61eb768f95501eaefdaaa9fdb3cef08add6 100644
 | 
| --- a/tools/push-to-trunk/test_scripts.py
 | 
| +++ b/tools/push-to-trunk/test_scripts.py
 | 
| @@ -802,7 +802,7 @@ Performance and stability improvements on all platforms.""", commit)
 | 
|      ])
 | 
|  
 | 
|      auto_roll.AutoRoll(TEST_CONFIG, self).Run(
 | 
| -        AUTO_ROLL_ARGS + ["--status-password", password])
 | 
| +        AUTO_ROLL_ARGS + ["--status-password", password, "--push"])
 | 
|  
 | 
|      state = json.loads(FileToText("%s-state.json"
 | 
|                                    % TEST_CONFIG[PERSISTFILE_BASENAME]))
 | 
| 
 |