aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-08-06 17:51:58 -0600
committerTom Rini <trini@konsulko.com>2022-09-12 18:06:36 -0400
commite1c0811114ea383e8f0cdd1e3535a25421f2619b (patch)
treee42a66cc361330744611b5900a404e93d4a13758
parent45a226a16b99f0e7c86e7dcb2cd4035195f69e7f (diff)
downloadu-boot-e1c0811114ea383e8f0cdd1e3535a25421f2619b.zip
u-boot-e1c0811114ea383e8f0cdd1e3535a25421f2619b.tar.gz
u-boot-e1c0811114ea383e8f0cdd1e3535a25421f2619b.tar.bz2
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>
-rwxr-xr-xtools/dtoc/test_fdt.py1
1 files changed, 0 insertions, 1 deletions
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 @@ def main():
if __name__ == '__main__':
sys.exit(main())
-sys.exit(1)