Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CMDCOVER_TEST_RUN_MAIN (0.21 sec)

  1. src/cmd/cover/cover_test.go

    			if err := cmd.Run(); err != nil {
    				os.Exit(1)
    			}
    		}
    		os.Exit(0)
    	}
    	if os.Getenv("CMDCOVER_TEST_RUN_MAIN") != "" {
    		// When CMDCOVER_TEST_RUN_MAIN is set, we're reusing the test
    		// binary as cmd/cover. In this case we run the main func exported
    		// via export_test.go, and exit; CMDCOVER_TEST_RUN_MAIN is set below
    		// for actual test invocations.
    		cmdcover.Main()
    		os.Exit(0)
    	}
    	flag.Parse()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 07 16:54:28 UTC 2023
    - 18.4K bytes
    - Viewed (0)
Back to top