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

Unified Diff: tests/upload-stale.sh

Issue 14854003: Make git-cl more accurately imitate git's editor selection process, and respect $VISUAL. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Make tests use $GIT_EDITOR instead of $EDITOR (previously they failed for me, as $EDITOR was overriā€¦ Created 7 years, 8 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/upload-local-tracking-branch.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/upload-stale.sh
diff --git a/tests/upload-stale.sh b/tests/upload-stale.sh
index 85a11d2c7b078342dc91fbf55e00358a7e41d74d..0ec8b3ef3353c9cebe47a6cbb4d71293f47181fc 100755
--- a/tests/upload-stale.sh
+++ b/tests/upload-stale.sh
@@ -21,7 +21,7 @@ setup_gitgit
git config rietveld.server localhost:8080
# Prevent the editor from coming up when you upload.
- export EDITOR=$(which true)
+ export GIT_EDITOR=$(which true)
test_expect_success "upload succeeds (needs a server running on localhost)" \
"$GIT_CL upload -m test | grep -q 'Issue created'"
« no previous file with comments | « tests/upload-local-tracking-branch.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698