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

Unified Diff: git_cl/test/basic.sh

Issue 6679033: fix git-cl test scripts (Closed) Base URL: http://src.chromium.org/svn/trunk/tools/depot_tools
Patch Set: Created 9 years, 9 months 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 | « git_cl/test/abandon.sh ('k') | git_cl/test/hooks.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_cl/test/basic.sh
diff --git a/git_cl/test/basic.sh b/git_cl/test/basic.sh
index cbf3c0221b45924d9b8fa9e31993a87503b35973..9412f80b21ffec4b7fb0760c0377ab5e70c14012 100755
--- a/git_cl/test/basic.sh
+++ b/git_cl/test/basic.sh
@@ -28,7 +28,7 @@ setup_gitsvn
export EDITOR=$(which true)
test_expect_success "upload succeeds (needs a server running on localhost)" \
- "$GIT_CL upload -m test master... | grep -q 'Issue created'"
+ "$GIT_CL upload -m test master | grep -q 'Issue created'"
test_expect_success "git-cl status now knows the issue" \
"$GIT_CL status | grep -q 'Issue number'"
« no previous file with comments | « git_cl/test/abandon.sh ('k') | git_cl/test/hooks.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698