Thomas Seeling
Results
2
comments of
Thomas Seeling
> You need to fix the dependencies to support that. I would say for now this is not supported. Can you give me a pointer what dependency that is? I...
I could circumvent the error by only using "-short" tests in Makefile.common, but this is an ugly hack. ``` mkdir -p "${GOPATH}/bin" cd "${builddir}" go get sed -i -e 's!\$(test-flags)!-short!'...