forked from OERV-BSP/u-boot
test: Correct pylint errors
Fix pylint errors in all test. This requires adding a get_spawn() method to the ConsoleBase base, so that its subclass is happy. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -482,4 +482,5 @@ if __name__ == '__main__':
|
||||
print('valid attack names: [fakeroot, kernel@]')
|
||||
sys.exit(1)
|
||||
|
||||
add_evil_node(sys.argv[1:])
|
||||
in_fname, out_fname, kernel_fname, attack = sys.argv[1:]
|
||||
add_evil_node(in_fname, out_fname, kernel_fname, attack)
|
||||
|
||||
Reference in New Issue
Block a user