Skip to content

Commit

Permalink
ci: Add a test run without sudo to the TMT test plan
Browse files Browse the repository at this point in the history
Unit tests should run successfuly without root privileges so we
should test this as well.
  • Loading branch information
vojtechtrefny committed Nov 15, 2024
1 parent d4be59b commit ba65ccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plans/tests.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ prepare:
execute:
how: tmt
script:
- python3 tests/run_tests.py
- sudo python3 tests/run_tests.py -l
- tmt-file-submit -l /tmp/blivet.log

0 comments on commit ba65ccd

Please sign in to comment.