nixosTests.custom-ca: lint
This commit is contained in:
@@ -112,6 +112,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
testScript = ''
|
testScript = ''
|
||||||
|
from typing import Tuple
|
||||||
def execute_as(user: str, cmd: str) -> Tuple[int, str]:
|
def execute_as(user: str, cmd: str) -> Tuple[int, str]:
|
||||||
"""
|
"""
|
||||||
Run a shell command as a specific user.
|
Run a shell command as a specific user.
|
||||||
|
|||||||
Reference in New Issue
Block a user