Chromium Code Reviews

Unified Diff: tests/test-lib.sh

Issue 723283003: Fix submodule-merge-test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « tests/submodule-merge-test.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/test-lib.sh
diff --git a/tests/test-lib.sh b/tests/test-lib.sh
index 1e7223d36a9419c7dd8d74ce08c6535c9e7be74d..c384327b5db3be5a76a3d2a793bfc8e3bd26e044 100755
--- a/tests/test-lib.sh
+++ b/tests/test-lib.sh
@@ -72,7 +72,7 @@ setup_gitsvn_submodule() {
git config user.email 'TestDood@example.com'
echo 'merge-file line 1' > merge-file
git add merge-file; git commit -q -m 'First non-svn commit on master'
- git checkout -q refs/remotes/trunk
+ git checkout -q refs/remotes/origin/trunk
git merge -q --no-commit --no-ff refs/heads/master >/dev/null 2>&1
echo 'merge-edit-file line 1' > merge-edit-file
git add merge-edit-file
« no previous file with comments | « tests/submodule-merge-test.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine