Enable ginkgo parallelization in test.sh

This commit is contained in:
Michael Cambria 2018-10-08 11:31:27 -04:00
parent 5fd849ac6d
commit 3de323f3f0

View File

@ -10,7 +10,7 @@ source ./build.sh
echo "Running tests" echo "Running tests"
GINKGO_FLAGS="-nodes=1 --randomizeAllSpecs --randomizeSuites --failOnPending --progress" GINKGO_FLAGS="-p --randomizeAllSpecs --randomizeSuites --failOnPending --progress"
# user has not provided PKG override # user has not provided PKG override
if [ -z "$PKG" ]; then if [ -z "$PKG" ]; then