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