[Buildroot] [PATCH 2/3] support/testing: remove unused variable

Luca Ceresoli luca at lucaceresoli.net
Wed May 10 21:33:45 UTC 2017


Signed-off-by: Luca Ceresoli <luca at lucaceresoli.net>
---
 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 cb5d2100f44a..557baa215c65 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.7.4




More information about the buildroot mailing list