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

Unified Diff: tests/upload-stale.sh

Issue 197073007: Make rietveld test work on port 10000. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Also fix tests. Created 6 years, 9 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') | tests/upstream.sh » ('j') | 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 6fc8197bfd13b49dafbd503a9a2a876fcdd12a17..ddc57cc96e081c6381a74c36d66043a22816be0e 100755
--- a/tests/upload-stale.sh
+++ b/tests/upload-stale.sh
@@ -18,7 +18,7 @@ setup_gitgit
echo "some work done on a branch" >> test
git add test; git commit -q -m "branch work"
- git config rietveld.server localhost:8080
+ git config rietveld.server localhost:10000
# Prevent the editor from coming up when you upload.
export GIT_EDITOR=$(which true)
« no previous file with comments | « tests/upload-local-tracking-branch.sh ('k') | tests/upstream.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698