mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-04 06:43:00 +02:00
test: upgrade: Add some debug print to see whats happen over time
This commit is contained in:
@@ -118,6 +118,7 @@ with infamy.Test() as test:
|
||||
oper = target.get_dict("/system-state/software")
|
||||
installer = oper["system-state"]["software"]["installer"]
|
||||
if installer["operation"] == "idle":
|
||||
print(installer)
|
||||
if "last-error" in installer:
|
||||
print("Install failed:", installer["last-error"])
|
||||
test.fail()
|
||||
|
||||
Reference in New Issue
Block a user