Procházet zdrojové kódy

sbox: print more errors

The output directory is deleted, so when I want to
see the files there, it can really be helpful to
see more.

Bug: N/A
Test: N/A
Change-Id: Ie40c412fe1bebbf87db00a4dbce107696ab2805e
Steven Moreland před 1 rokem
rodič
revize
ee975ee3da
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      cmd/sbox/sbox.go

+ 1 - 1
cmd/sbox/sbox.go

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