Don't fetch fw/test binary anymore

This commit is contained in:
Antoine Pelisse
2018-01-25 09:07:45 -08:00
parent 9344d3610a
commit 5a1052f6b1

View File

@@ -26,10 +26,6 @@ echo "Running go vet"
go vet -all ./...
rc=$((rc || $?))
echo "Installing test binaries"
./pkg/framework/test/scripts/download-binaries.sh
rc=$((rc || $?))
echo "Running go test"
go test -v ./...
rc=$((rc || $?))