Commit 01da4f85 authored by maruel@chromium.org's avatar maruel@chromium.org

Stop synching depot_tools on each git-cl invocation in git-cl tests

It speeds up significantly these tests.

R=cmp@chromium.org
BUG=
TEST=


Review URL: http://codereview.chromium.org/9283041

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@118912 0039d316-1c4b-4281-b951-d872f2087c98
parent f2407ef4
......@@ -3,6 +3,8 @@
# Abort on error.
set -e
export DEPOT_TOOLS_UPDATE=0
PWD=`pwd`
REPO_URL=file://$PWD/svnrepo
TRUNK_URL=$REPO_URL/trunk
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment