Errors in `make test` command
Closed this issue · 0 comments
takama commented
In case there are no test files in package folders make test
command fails because xargs -l
passing nothing to sh.
Steps to reproduce the behavior:
- Run
make test
- See the errors:
sh: -c: option requires an argument
make: *** [test] Error 123
Expected behaviour
No errors in output
Desktop (please complete the following information):
- OS: Mac OS Mojave 10.14.2
- Go version: 1.11.4