From bab4a2fd37b1ce4bdeb25f7bf98adf07eea8c504 Mon Sep 17 00:00:00 2001 From: Luca Ceresoli Date: Wed, 10 May 2017 23:33:45 +0200 Subject: [PATCH] support/testing: remove unused variable Signed-off-by: Luca Ceresoli Signed-off-by: Thomas Petazzoni --- support/testing/infra/basetest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/support/testing/infra/basetest.py b/support/testing/infra/basetest.py index cb5d2100f4..557baa215c 100644 --- a/support/testing/infra/basetest.py +++ b/support/testing/infra/basetest.py @@ -41,7 +41,6 @@ class BRTest(unittest.TestCase): def setUp(self): self.testname = self.__class__.__name__ self.builddir = os.path.join(self.__class__.outputdir, self.testname) - self.runlog = self.builddir + "-run.log" self.emulator = None self.show_msg("Starting") self.b = Builder(self.__class__.config, self.builddir, self.logtofile) -- 2.30.2