Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for emitError (0.07 sec)

  1. src/cmd/go/internal/test/test.go

    		} else if errors.Is(err, exec.ErrWaitDelay) {
    			fmt.Fprintf(cmd.Stdout, "*** Test I/O incomplete %v after exiting.\n", cmd.WaitDelay)
    		}
    		var ee *exec.ExitError
    		if len(out) == 0 || !errors.As(err, &ee) || !ee.Exited() {
    			// If there was no test output, print the exit status so that the reason
    			// for failure is clear.
    			fmt.Fprintf(cmd.Stdout, "%s\n", err)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
Back to top