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 57b2dc664a0f1157eccb241a594cfaddaf905026..0837326c3191839559fe480e3cd3fb903ebadf5e 100644 |
--- a/tools/push-to-trunk/test_scripts.py |
+++ b/tools/push-to-trunk/test_scripts.py |
@@ -1425,6 +1425,8 @@ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3456 0039-1c4b |
expectations = self._bumpUpVersion() |
expectations += [ |
Cmd("git diff HEAD^ HEAD", "patch content"), |
+ Cmd("svn update", "", cwd="[SVN_ROOT]"), |
+ Cmd("svn status", "", cwd="[SVN_ROOT]"), |
Cmd("patch -d branches/bleeding_edge -p1 -i %s" % |
TEST_CONFIG[PATCH_FILE], "Applied patch...", cwd="[SVN_ROOT]"), |
Cmd("svn commit --non-interactive --username=author@chromium.org " |