This commit is contained in:
@@ -2,6 +2,6 @@ import os
|
|||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
os.environ["PATH"] = os.path.expanduser("~/.local/bin") + ":" + os.environ["PATH"]
|
os.environ["PATH"] = os.path.expanduser("~/.local/bin") + ":" + os.environ["PATH"]
|
||||||
|
|
||||||
def test_elogd_is_available():
|
def test_elogd_is_available():
|
||||||
assert shutil.which("elogd") is not None, "elogd is not installed or not in PATH"
|
assert shutil.which("elogd") is not None, "elogd is not installed or not in PATH"
|
||||||
Reference in New Issue
Block a user