diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ ginkgo: ginkgo -v test/e2e/ localintegration: test-binaries - ginkgo -v -cover -flakeAttempts 3 -progress -trace test/e2e/. + ginkgo -v -cover -flakeAttempts 3 -progress -trace -noColor test/e2e/. vagrant-check: BOX=$(BOX) sh ./vagrant.sh |