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:
@@ -851,4 +851,3 @@ def main():
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.exit(main())
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user