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

Unified Diff: tests/test-lib.sh

Issue 20889002: Fix depot_tools tests external dependency (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: rebase 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/push-from-logs.sh ('k') | tests/upload-stale.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/test-lib.sh
diff --git a/tests/test-lib.sh b/tests/test-lib.sh
index 4ce05cf82069468d46a309e1e05aede67685ba51..ad078180437b8b16700bd79fb66abab331ebc412 100755
--- a/tests/test-lib.sh
+++ b/tests/test-lib.sh
@@ -15,7 +15,9 @@ TRUNK_URL=$REPO_URL/trunk
BRANCH_URL=$REPO_URL/branches/some_branch
GITREPO_PATH=$PWD/gitrepo
GITREPO_URL=file://$GITREPO_PATH
+PATH="$PWD/..:$PATH"
GIT_CL=$PWD/../git-cl
+GIT_CL_STATUS="$GIT_CL status -f"
# Set up an SVN repo that has a few commits to trunk.
setup_initsvn() {
« no previous file with comments | « tests/push-from-logs.sh ('k') | tests/upload-stale.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698