Pass -v to ginkgo in integrationtests

This commit is contained in:
Lucas Clemente
2017-06-14 18:20:28 +02:00
parent bda9b4264f
commit bf8ae2bb50
4 changed files with 5 additions and 5 deletions

View File

@@ -9,5 +9,5 @@ fi
if [ ${TESTMODE} == "integration" ]; then
ginkgo --randomizeAllSpecs --randomizeSuites --trace --progress -focus "Benchmark"
ginkgo -r --randomizeAllSpecs --randomizeSuites --trace --progress integrationtests
ginkgo -v -r --randomizeAllSpecs --randomizeSuites --trace --progress integrationtests
fi