"warning no tests to run"
Gavin Panella
gavin.panella at canonical.com
Thu Aug 29 10:42:22 UTC 2013
On 29 August 2013 11:09, John Arbash Meinel <john at arbash-meinel.com> wrote:
> Note that it doesn't help that your "make check" target runs into a
> different "go test" bug.
>
> Namely, "go test -gocheck.v ./..." doesn't *actually* run the tests in
> any subdirectories.
>
> The specific problem is how the arguments get evaluated, but we don't
> have any workarounds for it that I know of. (You just don't pass
> - -gocheck.v to ./... is the only workaround I have.)
That's a really special bug!
>
> So even if there was a Test function, it still wouldn't have failed
> any tests because "make check" doesn't run them.
I'll fix both of these things: `make check` and the logging tests.
More information about the Juju-dev
mailing list