mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
test: skip TEST-69-SHUTDOWN on ubuntu too
This commit is contained in:
committed by
Luca Boccassi
parent
8d08f18b52
commit
96c4d9d94d
@@ -13,7 +13,7 @@ def main():
|
||||
with open("/usr/lib/os-release") as f:
|
||||
for line in f:
|
||||
if line.startswith("ID="):
|
||||
if "debian" in line:
|
||||
if "debian" in line or "ubuntu" in line:
|
||||
sys.exit(77)
|
||||
|
||||
logger = logging.getLogger("test-shutdown")
|
||||
|
||||
Reference in New Issue
Block a user