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

Unified Diff: tests/push-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 | « tests/basic.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/push-basic.sh
diff --git a/tests/push-basic.sh b/tests/push-basic.sh
index 980d7807478ba5db6bcd04236d8e16bb74b22d90..0d434fa7cbbcb98ef9000e2e915b9c8e14912f2c 100755
--- a/tests/push-basic.sh
+++ b/tests/push-basic.sh
@@ -25,8 +25,9 @@ setup_gitgit
git config rietveld.server localhost:10000
+ # echo $($GIT_CL_STATUS)
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 | « tests/basic.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698