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

Unified Diff: tests/push-basic.sh

Issue 20888002: Disable colors if not a tty. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Update references to 'git cl' in git cl smoke tests to $GIT_CL. Created 7 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/patch.sh ('k') | tests/push-from-logs.sh » ('j') | 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 0a63c73aea51b6d1a5b0490d5cb37141e6483c77..1c3c696e63c4425971b9d8020eb7e0bb07940467 100755
--- a/tests/push-basic.sh
+++ b/tests/push-basic.sh
@@ -57,7 +57,7 @@ setup_gitgit
"git show | grep -q 'foo-quux'"
test_expect_success "issue no longer has a branch" \
- "git cl status | grep -q 'work: None'"
+ "$GIT_CL status | grep -q 'work: None'"
cd $GITREPO_PATH
test_expect_success "upstream repo has our commit" \
« no previous file with comments | « tests/patch.sh ('k') | tests/push-from-logs.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698