Rename to must_be_root
[deliverable/lttng-ivc.git] / lttng_ivc / utils / skip.py
1 import os
2 import pytest
3
4 must_be_root = pytest.mark.skipif(os.geteuid() != 0, reason="Must be run as root")
This page took 0.030687 seconds and 6 git commands to generate.