Add ignore for python in general and project specific tmp files
[deliverable/lttng-ivc.git] / lttng_b_test / utils / skip.py
CommitLineData
bcc7759d
JR
1import os
2import pytest
3
4root = pytest.mark.skipif(os.geteuid() != 0, reason="Must be run as root")
This page took 0.023915 seconds and 5 git commands to generate.