Index: tools/release/test_scripts.py |
diff --git a/tools/release/test_scripts.py b/tools/release/test_scripts.py |
index da4f2d10fc894205c8a82adf0f924dc67184462e..32d0fb837c85f502add80c8c20ab65d6c4bd1c5f 100644 |
--- a/tools/release/test_scripts.py |
+++ b/tools/release/test_scripts.py |
@@ -1112,7 +1112,6 @@ |
Cmd("git describe --tags bad_tag", ""), |
Cmd("git describe --tags hash_234", "3.22.4"), |
Cmd("git describe --tags hash_123", "3.22.3"), |
- Cmd("git pull", "", cwd=TEST_CONFIG["CHROMIUM"]), |
Cmd("git describe --tags abcd123455", "3.22.4"), |
Cmd("git describe --tags hash_234", "3.22.4"), |
Cmd("git describe --tags hash_123", "3.22.3"), |
@@ -1136,7 +1135,6 @@ |
Cmd("git describe --tags bad_tag", ""), |
Cmd("git describe --tags hash_234", "3.22.4"), |
Cmd("git describe --tags hash_123", "3.22.3"), |
- Cmd("git pull", "", cwd=TEST_CONFIG["CHROMIUM"]), |
Cmd("git describe --tags abcd123455", "3.22.3.1"), |
Cmd("git describe --tags hash_234", "3.22.4"), |
]) |