aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/svndiff.py
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-23 18:32:55 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-23 18:32:55 +0000
commit7699eeb84762b8fea78333a00826c1e9b0da9541 (patch)
tree72bed60a8675ba464dab2c0e2da7bd725be242af /tools/svndiff.py
parented5eb4ef2aa1d6c705bc3ed466f9caba2a230a2b (diff)
Revert r10281 -- it broke the Update step on Test builders
git-svn-id: http://skia.googlecode.com/svn/trunk@10285 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools/svndiff.py')
-rwxr-xr-xtools/svndiff.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/svndiff.py b/tools/svndiff.py
index 9e51eee22c..bb064b7d58 100755
--- a/tools/svndiff.py
+++ b/tools/svndiff.py
@@ -311,8 +311,7 @@ if __name__ == '__main__':
'will search for it in typical directories near this '
'script')
parser.add_option(OPTION_SOURCE_DIR,
- action='store', type='string',
- default=os.path.join('expectations', 'gm'),
+ action='store', type='string', default='.',
help='root directory within which to compare all ' +
'files; defaults to "%default"')
(options, args) = parser.parse_args()