mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-13 20:36:02 +01:00
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__':
|
||||
sys.exit(main())
|
||||
sys.exit(1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user