Merge "sbox: print more errors"

This commit is contained in:
Steven Moreland 2023-03-30 18:25:59 +00:00 committed by Gerrit Code Review
commit 97f5966f49

View file

@ -390,7 +390,7 @@ func validateOutputFiles(copies []*sbox_proto.Copy, sandboxDir, outputDir, rawCo
}
}
const maxErrors = 10
const maxErrors = 25
if len(incorrectOutputDirectoryErrors) > 0 {
errorMessage := ""