Rename to must_be_root
[deliverable/lttng-ivc.git] / lttng_ivc / utils / skip.py
index 10f92d3b9ec09b741ed8c0d58202b36e3ef282e3..42489c47ab92a5e39afb27e5a9bd2ab783f5cb55 100644 (file)
@@ -1,4 +1,4 @@
 import os
 import pytest
 
-root = pytest.mark.skipif(os.geteuid() != 0, reason="Must be run as root")
+must_be_root = pytest.mark.skipif(os.geteuid() != 0, reason="Must be run as root")
This page took 0.023601 seconds and 5 git commands to generate.