modules_abi_vs_tools base empty 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.032067 seconds and 5 git commands to generate.