Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StaleReason (0.3 sec)

  1. src/cmd/go/testdata/script/test_buildvcs.txt

    env PATH=''
    env path=''
    
    # Compiling the test should not require the VCS tool.
    go test -c -o $devnull .
    
    
    # When listing a main package, in general we need its VCS metadata to determine
    # the .Stale and .StaleReason fields.
    ! go list -buildvcs=true .
    stderr '^go: missing Git command\. See https://golang\.org/s/gogetcmd\nerror obtaining VCS status: .*\n\tUse -buildvcs=false to disable VCS stamping.'
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 24 21:18:32 UTC 2022
    - 2.9K bytes
    - Viewed (0)
Back to top