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

Unified Diff: tests/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 | « git_cl.py ('k') | tests/patch.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 430ce29c4c5ad40fac4eaa9942c95039b3f918b0..edf1cb8d7de8fa2b6f4260530404cfca5720fc10 100755
--- a/tests/basic.sh
+++ b/tests/basic.sh
@@ -54,7 +54,7 @@ setup_gitsvn
"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'"
test_expect_success "upstream svn has our commit" \
"svn log $REPO_URL 2>/dev/null | grep -q 'foo-quux'"
« no previous file with comments | « git_cl.py ('k') | tests/patch.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698