42489c47ab92a5e39afb27e5a9bd2ab783f5cb55
[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.030828 seconds and 5 git commands to generate.