commit | 1158914d0c747c55c720f50f1077bc61e2b4aef0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Aug 06 17:51:58 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 12 18:06:36 2022 -0400 |
tree | e42a66cc361330744611b5900a404e93d4a13758 | |
parent | 62b92f8a877ee27b6dd505ca5a193c39235dc174 [diff] |
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>
diff --git a/tools/dtoc/test_fdt.py b/tools/dtoc/test_fdt.py index 8a990b8..a3e36ea 100755 --- a/tools/dtoc/test_fdt.py +++ b/tools/dtoc/test_fdt.py
@@ -851,4 +851,3 @@ if __name__ == '__main__': sys.exit(main()) -sys.exit(1)