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

Unified Diff: tests/basic.sh

Issue 1263253002: Make 'git cl status' report the current branch even if there's no active CL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: presubmit test fixes Created 5 years, 5 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.py ('k') | tests/push-basic.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/basic.sh
diff --git a/tests/basic.sh b/tests/basic.sh
index 224d09792b2169df486e95d5fe843475c6661d67..0984ae042b6b8d40edd628b532a93d54becd6d1c 100755
--- a/tests/basic.sh
+++ b/tests/basic.sh
@@ -26,7 +26,7 @@ setup_gitsvn
git config rietveld.server localhost:10000
test_expect_success "git-cl status has no issue" \
- "$GIT_CL_STATUS | grep -q 'no issue'"
+ "$GIT_CL_STATUS | grep -q 'No issue assigned'"
# Prevent the editor from coming up when you upload.
export GIT_EDITOR=$(which true)
« no previous file with comments | « git_cl.py ('k') | tests/push-basic.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698