Explorar el Código

support/testing: remove unused variable

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Luca Ceresoli hace 8 años
padre
commit
bab4a2fd37
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      support/testing/infra/basetest.py

+ 0 - 1
support/testing/infra/basetest.py

@@ -41,7 +41,6 @@ class BRTest(unittest.TestCase):
     def setUp(self):
     def setUp(self):
         self.testname = self.__class__.__name__
         self.testname = self.__class__.__name__
         self.builddir = os.path.join(self.__class__.outputdir, self.testname)
         self.builddir = os.path.join(self.__class__.outputdir, self.testname)
-        self.runlog = self.builddir + "-run.log"
         self.emulator = None
         self.emulator = None
         self.show_msg("Starting")
         self.show_msg("Starting")
         self.b = Builder(self.__class__.config, self.builddir, self.logtofile)
         self.b = Builder(self.__class__.config, self.builddir, self.logtofile)