From: Simon Glass <sjg@chromium.org>
Date: Sat, 6 Aug 2022 23:51:58 +0000 (-0600)
Subject: dtoc: Drop sys.exit() in test_fdt
X-Git-Tag: v2025.01-rc5-pxa1908~1263^2~21^2~1
X-Git-Url: http://git.dujemihanovic.xyz/browse.php?a=commitdiff_plain;h=e1c0811114ea383e8f0cdd1e3535a25421f2619b;p=u-boot.git

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 8a990b8bd7..a3e36ea363 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)