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

Unified Diff: tests/tbr.sh

Issue 7253015: Remove manual --tbr support and convert it into automatic TBR= detection. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 9 years, 6 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
« tests/post-dcommit-hook-test.sh ('K') | « tests/presubmit_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/tbr.sh
diff --git a/tests/tbr.sh b/tests/tbr.sh
index d6caf69fbc5e247396409d11e8e0da6457a48d51..25f8dae55b24d274a20ee8382cd23490b251ef9e 100755
--- a/tests/tbr.sh
+++ b/tests/tbr.sh
@@ -18,10 +18,11 @@ setup_gitsvn
git config rietveld.server localhost:1
echo "some work done" >> test
- git add test; git commit -q -m "work"
+ git add test; git commit -q -m "work \
M-A Ruel 2011/06/27 21:17:46 It's not doing any good testing anymore since ther
Dirk Pranke 2011/06/27 21:51:23 I would just remove the test.
+TBR=foo"
test_expect_success "git-cl dcommit tbr without an issue" \
- "$GIT_CL dcommit -f --tbr -m 'foo-quux'"
+ "$GIT_CL dcommit -f -m 'foo-quux'"
git svn -q rebase >/dev/null 2>&1
test_expect_success "dcommitted code has proper description" \
« tests/post-dcommit-hook-test.sh ('K') | « tests/presubmit_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698