Chromium Code Reviews| 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" \ |