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