mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
committed by
Aaron Frinzell
parent
6ac4044181
commit
2e38de930a
@@ -149,11 +149,7 @@ class scan_image(BaseModule):
|
||||
self.logger.log(__doc__.replace('`',''))
|
||||
|
||||
|
||||
# --------------------------------------------------------------------------
|
||||
# run( module_argv )
|
||||
# Required function: run here all tests from this module
|
||||
# --------------------------------------------------------------------------
|
||||
def run( self, module_argv ):
|
||||
def run(self, module_argv):
|
||||
self.logger.start_test("Simple list generation/checking for (U)EFI firmware")
|
||||
|
||||
self.res = ModuleResult.NOTAPPLICABLE
|
||||
|
||||
Reference in New Issue
Block a user