diff mbox series

[14/15] dtoc: Drop sys.exit() in test_fdt

Message ID 20220806235159.1378800-15-sjg@chromium.org
State Accepted
Commit e1c0811114ea383e8f0cdd1e3535a25421f2619b
Delegated to: Tom Rini
Headers show
Series test: More work on parallel tests | expand

Commit Message

Simon Glass Aug. 6, 2022, 11:51 p.m. UTC
This breaks using pytest to run the tests. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 tools/dtoc/test_fdt.py | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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)