Revert "Make Privileged pods node e2e use the framework"

This commit is contained in:
Wojciech Tyczynski
2016-05-29 06:17:35 +02:00
parent 56fdd4c8b1
commit febf158e0e
4 changed files with 52 additions and 53 deletions

View File

@@ -23,7 +23,7 @@ report=${REPORT:-"/tmp/"}
ginkgo=$(kube::util::find-binary "ginkgo")
if [[ -z "${ginkgo}" ]]; then
echo "You do not appear to have ginkgo built. 'make WHAT=vendor/github.com/onsi/ginkgo/ginkgo'"
echo "You do not appear to have ginkgo built. Try 'make WHAT=vendor/github.com/onsi/ginkgo/ginkgo'"
exit 1
fi