Explorar el Código

TESTS: add verbosity

Thomas LEVEIL hace 8 años
padre
commit
73fda600b3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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