mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-26 02:18:21 -04:00
pytest.sh: generate junit xml
This commit is contained in:
parent
c53acbf2f4
commit
70c4799385
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
sudo -v
|
sudo -v
|
||||||
python -m pytest -v ./*/test_*.py
|
python -m pytest --junit-xml=pytest-report.xml -v ./*/test_*.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue