From 73fda600b39f54dd5b9b924d9fab064d0ae5a127 Mon Sep 17 00:00:00 2001 From: Thomas LEVEIL Date: Fri, 27 Jan 2017 03:48:06 +0100 Subject: [PATCH] TESTS: add verbosity --- test2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test2/Makefile b/test2/Makefile index 7ed0f74..19181eb 100644 --- a/test2/Makefile +++ b/test2/Makefile @@ -8,10 +8,10 @@ update-dependencies: test-debian: update-dependencies docker build -t jwilder/nginx-proxy:test .. - pytest + pytest -v test-alpine: update-dependencies docker build -f ../Dockerfile.alpine -t jwilder/nginx-proxy:test .. - pytest + pytest -v test: test-debian test-alpine