Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gofail --version should exit with 0 #36

Merged
merged 1 commit into from
Nov 20, 2022
Merged

Commits on Nov 20, 2022

  1. gofail --version should exit with 0

    Currently it exits with code 1, and when executing `make`, it always
    display an error like below,
    
    $ make
    GO_BUILD_FLAGS="-v" ./build.sh
    go.etcd.io/gofail/code
    go.etcd.io/gofail
    ./gofail --version
    Git SHA:  dc004b5
    Go Version:  go1.19.2
    gofail Version:  0.1.0
    Go OS/Arch: linux/amd64
    make: *** [gofail] Error 1
    
    Signed-off-by: Benjamin Wang <wachao@vmware.com>
    ahrtr committed Nov 20, 2022
    Configuration menu
    Copy the full SHA
    e6d0b93 View commit details
    Browse the repository at this point in the history