diff options
author | Simon Glass | 2022-08-06 17:51:58 -0600 |
---|---|---|
committer | Tom Rini | 2022-09-12 18:06:36 -0400 |
commit | e1c0811114ea383e8f0cdd1e3535a25421f2619b (patch) | |
tree | e42a66cc361330744611b5900a404e93d4a13758 /tools/dtoc/test_fdt.py | |
parent | 45a226a16b99f0e7c86e7dcb2cd4035195f69e7f (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>
Diffstat (limited to 'tools/dtoc/test_fdt.py')
-rwxr-xr-x | tools/dtoc/test_fdt.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/dtoc/test_fdt.py b/tools/dtoc/test_fdt.py index 8a990b8bd77..a3e36ea363f 100755 --- a/tools/dtoc/test_fdt.py +++ b/tools/dtoc/test_fdt.py @@ -851,4 +851,3 @@ def main(): if __name__ == '__main__': sys.exit(main()) -sys.exit(1) |