| 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 d92c388e47d8ff55d84957da2c3b396870fca7d8..bc52a1c02fc1cc26c422643bb6ce17b32dbcd4f0 100644
|
| --- a/tools/push-to-trunk/test_scripts.py
|
| +++ b/tools/push-to-trunk/test_scripts.py
|
| @@ -967,7 +967,8 @@ Performance and stability improvements on all platforms.""", commit)
|
|
|
| args = ["-a", "author@chromium.org", "--revision", "push_hash",
|
| "--vc-interface", "git", "-f", "-r", "reviewer@chromium.org",
|
| - "--svn", svn_root, "--svn-config", "[CONFIG_DIR]"]
|
| + "--svn", svn_root, "--svn-config", "[CONFIG_DIR]",
|
| + "--work-dir", TEST_CONFIG["DEFAULT_CWD"]]
|
| PushToTrunk(TEST_CONFIG, self).Run(args)
|
|
|
| cl = FileToText(TEST_CONFIG["CHANGELOG_FILE"])
|
|
|