Documentation
¶
Index ¶
Constants ¶
View Source
const FailedExitCode = 3
FailedExitCode is the error code that "jiri test" exits with if any of the tests it runs fails.
Variables ¶
View Source
var DefaultTimeout = 10 * time.Minute
DefaultTimeout identifies the maximum time each test is allowed to run before being forcefully terminated.
Functions ¶
func ColorString ¶
Types ¶
type Result ¶
type Result struct { Status Status TimeoutValue time.Duration // Used when Status == TimedOut MergeConflictCL string // Used when Status == MergeConflict ToolsBuildFailureMsg string // Used when Status == ToolsBuildFailure ExcludedTests map[string][]string // Tests that are excluded within packages keyed by package name SkippedTests map[string][]string // Tests that are skipped within packages keyed by package name }
Click to show internal directories.
Click to hide internal directories.