autotest leak fix

This commit is contained in:
neo-dl 2023-04-11 14:23:37 +02:00
parent b69f827fe6
commit e886433fd7

View File

@ -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: