Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: tests/submit-from-new-dir.sh

Issue 2394033003: Remove SVN (and dcommit) support from git-cl (Closed)
Patch Set: Rebase Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/save-description-on-failure.sh ('k') | tests/submodule-merge-test.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/submit-from-new-dir.sh
diff --git a/tests/submit-from-new-dir.sh b/tests/submit-from-new-dir.sh
index 063568a22c55420af66bf6f8473136a976a3c6a6..c96f04de4fe7e9b8abdc69502031caaf4f8400df 100755
--- a/tests/submit-from-new-dir.sh
+++ b/tests/submit-from-new-dir.sh
@@ -12,12 +12,12 @@ set -e
. ./test-lib.sh
-setup_initsvn
-setup_gitsvn
+setup_git_remote
+setup_git_checkout
(
set -e
- cd git-svn
+ cd git_checkout
git config rietveld.server localhost:10000
# Create a branch and give it an issue.
@@ -29,8 +29,8 @@ setup_gitsvn
export GIT_EDITOR=$(which true)
test_expect_success "upload succeeds" \
"$GIT_CL upload --no-oauth2 -m test master | grep -q 'Issue created'"
- test_expect_success "git-cl dcommits ok" \
- "$GIT_CL dcommit -f --no-oauth2"
+ test_expect_success "git-cl lands ok" \
+ "$GIT_CL land -f --no-oauth2"
)
SUCCESS=$?
« no previous file with comments | « tests/save-description-on-failure.sh ('k') | tests/submodule-merge-test.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698