Rename to must_be_root
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 31 Oct 2017 19:36:30 +0000 (15:36 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 31 Oct 2017 19:36:30 +0000 (15:36 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
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.023415 seconds and 5 git commands to generate.