diff --git a/HIL/Makefile b/HIL/Makefile index 97583ff..37140ee 100644 --- a/HIL/Makefile +++ b/HIL/Makefile @@ -6,7 +6,7 @@ install: pip3 install -r requirements.txt test: - ESP_PORT=/dev/ttyUSB0 pytest tests -v + ESP_PORT=/dev/ttyUSB0 pytest tests -v --log-cli-level=INFO debug: - ESP_PORT=/dev/ttyUSB0 pytest tests -v --capture=tee-sys + ESP_PORT=/dev/ttyUSB0 pytest tests -v --capture=tee-sys --log-cli-level=DEBUG