Merge "sbox: print more errors"
This commit is contained in:
commit
97f5966f49
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ func validateOutputFiles(copies []*sbox_proto.Copy, sandboxDir, outputDir, rawCo
|
|||
}
|
||||
}
|
||||
|
||||
const maxErrors = 10
|
||||
const maxErrors = 25
|
||||
|
||||
if len(incorrectOutputDirectoryErrors) > 0 {
|
||||
errorMessage := ""
|
||||
|
|
Loading…
Reference in a new issue