We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug go test cant find test file
Steps to reproduce run go test
What did you expect to see? running the test
What did you see instead? test file. not found
What version did you use? Version: (e.g., v1.247350.0, etc)
v1.247350.0
What config did you use? Config: (e.g. the agent json config file)
Environment OS: (e.g., "Ubuntu 20.04")
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
//go:build linux && integration // +build linux,integration
removing this fixed it?
Sorry, something went wrong.
try #2
ec605c8
No branches or pull requests
Describe the bug
go test cant find test file
Steps to reproduce
run go test
What did you expect to see?
running the test
What did you see instead?
test file. not found
What version did you use?
Version: (e.g.,
v1.247350.0
, etc)What config did you use?
Config: (e.g. the agent json config file)
Environment
OS: (e.g., "Ubuntu 20.04")
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: