support/testing: remove unused variable
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
08151c6aec
commit
bab4a2fd37
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user