test: make tests actually work when packages have vendored imports
authorDan Williams <dcbw@redhat.com>
Wed, 19 Apr 2017 04:39:09 +0000 (23:39 -0500)
committerDan Williams <dcbw@redhat.com>
Wed, 19 Apr 2017 04:40:46 +0000 (23:40 -0500)
commit9ef6f5f723ef9b92841f92cf661a7f40e9573f36
treee752292f27146fc6b3a93edc8467a1c3781bd536
parent559ffa111139b9c906010e6d08a2d1c7830554e9
test: make tests actually work when packages have vendored imports

Go's "..." syntax (eg, ./plugins/...) doesn't traverse symlinks, so
go test wasn't finding the vendor/ directory for imports.  To get around
that we have to specify each testable package specifically rather
than use "...".
build
test