Ver Fonte

TESTS: add verbosity

Thomas LEVEIL há 8 anos atrás
pai
commit
73fda600b3
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      test2/Makefile

+ 2 - 2
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