Parcourir la source

TESTS: add verbosity

Thomas LEVEIL il y a 8 ans
Parent
commit
73fda600b3
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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