make max output settings
This commit is contained in:
@@ -19,6 +19,10 @@ type File struct {
|
||||
Binary string
|
||||
Sources string
|
||||
|
||||
// MaxOutput caps captured stdout/stderr per test (bytes). Zero means use the
|
||||
// runner default. Raise it for suites whose expected output is large.
|
||||
MaxOutput int64
|
||||
|
||||
NormalizeCRLF bool
|
||||
TrimTrailingWS bool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user