Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runBinariesTest (0.27 sec)

  1. tests/binary/binaries_test.go

    	releasedir = flag.String("base-dir", "", "directory for binaries")
    	binaries = flag.String("binaries", "", "space separated binaries to test")
    	flag.Parse()
    	os.Exit(m.Run())
    }
    
    func TestVersion(t *testing.T) {
    	runBinariesTest(t, func(t *testing.T, name string) {
    		if nonGoBinaries.Contains(name) {
    			return
    		}
    		if nonVersionBinaries.Contains(name) {
    			return
    		}
    		cmd := path.Join(*releasedir, name)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 15:07:03 UTC 2024
    - 4.8K bytes
    - Viewed (0)
Back to top