pytest.sh: generate junit xml

This commit is contained in:
InsanePrawn 2022-08-20 05:32:52 +02:00
parent c53acbf2f4
commit 70c4799385

View file

@ -1,4 +1,4 @@
#!/bin/bash
sudo -v
python -m pytest -v ./*/test_*.py
python -m pytest --junit-xml=pytest-report.xml -v ./*/test_*.py