Skip to content

Commit

Permalink
update .cirrus.yml - pytest -s
Browse files Browse the repository at this point in the history
  • Loading branch information
Defenso-QTH committed Sep 21, 2024
1 parent 759e7a5 commit 7487caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ iocage_tests_task:
- pkg
install_iocage_script:
- python3 setup.py install
test_script: pytest --zpool=pool tests/functional_tests --junit-xml=reports/pytest-report.xml -rA --image
test_script: pytest -s --zpool=pool tests/functional_tests --junit-xml=reports/pytest-report.xml -rA --image
always:
pytest_results_artifacts:
path: reports/*.xml
Expand Down

0 comments on commit 7487caa

Please sign in to comment.