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:
Simon Glass 2022-08-06 17:51:58 -06:00 committed by Tom Rini
parent 45a226a16b
commit e1c0811114

View File

@ -851,4 +851,3 @@ def main():
if __name__ == '__main__':
sys.exit(main())
sys.exit(1)