dtoc: Drop sys.exit() in test_fdt
This breaks using pytest to run the tests. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
45a226a16b
commit
e1c0811114
@ -851,4 +851,3 @@ def main():
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
sys.exit(main())
|
sys.exit(main())
|
||||||
sys.exit(1)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user