takama/caldera

Errors in `make test` command

Closed this issue · 0 comments

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:

  1. Run make test
  2. 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