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

Side by Side Diff: tests/upstream.sh

Issue 6758001: Move git_cl back into depot_tools. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Add stub to not break incremental update Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tests/upload-stale.sh ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/bash 1 #!/bin/bash
2 2
3 # Check guessing the svn upstream branch. 3 # Check guessing the svn upstream branch.
4 4
5 set -e 5 set -e
6 6
7 . ./test-lib.sh 7 . ./test-lib.sh
8 8
9 setup_initsvn 9 setup_initsvn
10 setup_gitsvn 10 setup_gitsvn
(...skipping 12 matching lines...) Expand all
23 done 23 done
24 ) 24 )
25 25
26 SUCCESS=$? 26 SUCCESS=$?
27 27
28 cleanup 28 cleanup
29 29
30 if [ $SUCCESS == 0 ]; then 30 if [ $SUCCESS == 0 ]; then
31 echo PASS 31 echo PASS
32 fi 32 fi
OLDNEW
« no previous file with comments | « tests/upload-stale.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698