summaryrefslogtreecommitdiff
path: root/tools/binman/main.py
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2025-05-27 07:43:04 -0600
committerTom Rini <trini@konsulko.com>2025-05-27 07:43:04 -0600
commit6015a24a5a2647ab044333ed8e2462f90f855e36 (patch)
tree53fe80bee534a17f6c40e697cc112287a0b4b3c5 /tools/binman/main.py
parent39b815d02d7ce6af32bcf023d20243c404b75a84 (diff)
parentec2482a24ac3a1d0beadae80bcb28c8d89b4c1ab (diff)
Merge tag 'dm-next-27may25' of git://git.denx.de/u-boot-dm into next
Sync up Python tools from my tree - minor binman tweaks - terminal improvements in u_boot_pylib - patman move to asyncio - patman support for new 'series' subcommand
Diffstat (limited to 'tools/binman/main.py')
-rwxr-xr-xtools/binman/main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/binman/main.py b/tools/binman/main.py
index 326f5c93155..fa5ad79ca0e 100755
--- a/tools/binman/main.py
+++ b/tools/binman/main.py
@@ -77,8 +77,8 @@ def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath):
# Run the entry tests first ,since these need to be the first to import the
# 'entry' module.
result = test_util.run_test_suites(
- 'binman', debug, verbosity, test_preserve_dirs, processes, test_name,
- toolpath,
+ 'binman', debug, verbosity, False, test_preserve_dirs, processes,
+ test_name, toolpath,
[bintool_test.TestBintool, entry_test.TestEntry, ftest.TestFunctional,
fdt_test.TestFdt, elf_test.TestElf, image_test.TestImage,
cbfs_util_test.TestCbfs, fip_util_test.TestFip])