Skip to content

Explorer does not use the "go.testFlags" from settings #17

@johnpan

Description

@johnpan

Trying to avoid the known error (here ([https://github.com/golang/go/issues/28065])) "gcc": executable file not found in $PATH, I used

"go.testFlags": [
        "-vet=off"
    ]

but reading the output while testing, the tool does not add the test flags:

Running tool: /usr/local/go/bin/go test  -timeout 30s -run ^TestAreSpecificOdds$
# runtime/cgo
exec: "gcc": executable file not found in $PATH
FAIL	caching/parsers [build failed]
FAIL
Error: Tests failed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions