Fix Housekeeper bot after r9961
git-svn-id: http://skia.googlecode.com/svn/trunk@9965 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
dfa1ebcf0c
commit
3e7399fe28
@ -285,4 +285,8 @@ for subdir in subdirs:
|
||||
json_filename=args.actuals_filename,
|
||||
add_new=args.add_new,
|
||||
missing_json_is_fatal=missing_json_is_fatal)
|
||||
rebaseliner.RebaselineSubdir(subdir=subdir, builder=builder)
|
||||
try:
|
||||
rebaseliner.RebaselineSubdir(subdir=subdir, builder=builder)
|
||||
except BaseException as e:
|
||||
print >> sys.stderr, e
|
||||
sys.exit(1)
|
||||
|
@ -1,6 +1 @@
|
||||
Traceback (most recent call last):
|
||||
File "tools/rebaseline.py", line 288, in <module>
|
||||
rebaseliner.RebaselineSubdir(subdir=subdir, builder=builder)
|
||||
File "/usr/local/google/home/epoger/src/skia/white/trunk/tools/rebaseline_imagefiles.py", line 260, in RebaselineSubdir
|
||||
'gm-expected directory?') % (subdir, self._expectations_root))
|
||||
Exception: Could not find "base-android-galaxy-nexus" subdir within expectations_root "tools/tests/rebaseline/input". Are you sure --expectations-root is pointing at a valid gm-expected directory?
|
||||
Could not find "base-android-galaxy-nexus" subdir within expectations_root "tools/tests/rebaseline/input". Are you sure --expectations-root is pointing at a valid gm-expected directory?
|
||||
|
Loading…
Reference in New Issue
Block a user