autotest leak fix
This commit is contained in:
parent
b69f827fe6
commit
e886433fd7
|
|
@ -474,6 +474,7 @@ class Test(Widget):
|
||||||
if self.autotesting:
|
if self.autotesting:
|
||||||
self.data["autotest"] = True
|
self.data["autotest"] = True
|
||||||
self.data["autotest_reason"] = self.autotesting_reason
|
self.data["autotest_reason"] = self.autotesting_reason
|
||||||
|
self.data["recipe"]["name"] = "AUTOTEST"
|
||||||
archived = Archive.archive(self.data, ok and self.data["ok"], overridden=self.data["overridden"])
|
archived = Archive.archive(self.data, ok and self.data["ok"], overridden=self.data["overridden"])
|
||||||
self.log.info(f"cycle archived locally: {archived!r}")
|
self.log.info(f"cycle archived locally: {archived!r}")
|
||||||
if not self.autotesting:
|
if not self.autotesting:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user