Versions in this module Expand all Collapse all v0 v0.24.3 Sep 22, 2020 Changes in this version + const ANALYSIS_FAILURE + const BUILD_FAILURE + const COMMAND_LINE_ERROR + const INTERRUPTED + const LOCK_HELD_NOBLOCK_FOR_LOCK + const NO_TESTS_FOUND + const RUN_FAILURE + const SUCCESS + const TESTS_FAILED + func BazelCmd(args ...string) *exec.Cmd + func BazelOutput(args ...string) ([]byte, error) + func RunBazel(args ...string) error + func TestMain(m *testing.M, args Args) + type Args struct + Main string + Nogo string + SetUp func() error + WorkspaceSuffix string + type StderrExitError struct + Err *exec.ExitError + func (e *StderrExitError) Error() string + func (e *StderrExitError) Unwrap() error