Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for builderCleanTest (0.17 sec)

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

    		// The coverage output will appear in the output directly.
    		return ""
    	}
    	return fmt.Sprintf("\tcoverage: %s", matches[1])
    }
    
    // builderCleanTest is the action for cleaning up after a test.
    func builderCleanTest(b *work.Builder, ctx context.Context, a *work.Action) error {
    	if cfg.BuildWork {
    		return nil
    	}
    	b.Shell(a).RemoveAll(a.Objdir)
    	return nil
    }
    
    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