No longer generating 4444, remove from rebaseline tool.

https://codereview.appspot.com/6886048/


git-svn-id: http://skia.googlecode.com/svn/trunk@6692 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bungeman@google.com 2012-12-06 19:16:36 +00:00
parent eb776128f5
commit df6fe603a5

View File

@ -51,7 +51,7 @@ for testname in sys.argv[1:]:
if (pair[0] == 'base-shuttle-win7-intel-angle'):
testtypes = [ 'angle' ]
else:
testtypes = [ '4444', '565', '8888', 'gpu', 'pdf' ]
testtypes = [ '565', '8888', 'gpu', 'pdf' ]
print pair[0] + ':'
for testtype in testtypes:
infilename = testname + '_' + testtype + '.png'