fix regression tests
This commit is contained in:
@@ -46,6 +46,10 @@ func makeExpected(files []string, w io.Writer) {
|
||||
fmt.Fprintf(w, "var regressExpected = map[string]map[FieldName]string{\n")
|
||||
|
||||
for _, name := range files {
|
||||
if !strings.HasSuffix(name, ".jpg") {
|
||||
continue
|
||||
}
|
||||
|
||||
f, err := os.Open(name)
|
||||
if err != nil {
|
||||
continue
|
||||
|
||||
+2291
-2290
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user