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