mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-02-22 21:25:43 -05: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
|
||||
|
||||
sudo -v
|
||||
python -m pytest -v ./*/test_*.py
|
||||
python -m pytest --junit-xml=pytest-report.xml -v ./*/test_*.py
|
||||
|
|
Loading…
Add table
Reference in a new issue