From c089cb9c9270aa4b367deb8c8c03cb05f8860a33 Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 8 Feb 2018 10:40:43 -0600 Subject: Final ginkgo migration Completion of the migration from bats to ginkgo. This includes: * load * mount * pause * port * run_networking * search Note: build will be done within a different PR Signed-off-by: baude --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bae13f50b..14fd9ff1b 100644 --- a/Makefile +++ b/Makefile @@ -119,8 +119,7 @@ ginkgo: ginkgo -v test/e2e/ localintegration: test-binaries - ginkgo -v test/e2e/. - bash -i ./test/test_runner.sh ${TESTFLAGS} + ginkgo -v -cover -flakeAttempts 3 -progress -trace test/e2e/. vagrant-check: BOX=$(BOX) sh ./vagrant.sh -- cgit v1.2.3-54-g00ecf