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

Unified Diff: git_cl/test/owners.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/hooks.sh ('k') | git_cl/test/push-basic.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: git_cl/test/owners.sh
diff --git a/git_cl/test/owners.sh b/git_cl/test/owners.sh
index 4c3ad72008c8af6b6a3fec458652131bc6e6bd29..766abcc262dcd87c0270f609f51a8454182f86b1 100755
--- a/git_cl/test/owners.sh
+++ b/git_cl/test/owners.sh
@@ -32,7 +32,7 @@ END
"$GIT_CL status | grep -q 'R=ben@chromium.org'"
test_expect_failure "git-cl dcommit fails w/ missing LGTM" \
- "$GIT_CL dcommit"
+ "$GIT_CL dcommit -f"
test_expect_success "git-cl dcommit --tbr succeeds" \
"$GIT_CL dcommit --tbr -f | grep -q -- '--tbr was specified'"
« no previous file with comments | « git_cl/test/hooks.sh ('k') | git_cl/test/push-basic.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698