From c8db1555251aada7478f4fbad7e643bed02a8cbe Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 5 Jul 2026 13:32:22 -0600 Subject: test: Stop running the patman tests The patman tests no longer exist in the tree, so drop them from the test/run script (used by 'make tcheck' and friends) and from the tools-testing example in the documentation. Signed-off-by: Simon Glass --- test/run | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/run b/test/run index 768b22577c4..7c0263713c6 100755 --- a/test/run +++ b/test/run @@ -80,7 +80,6 @@ export DTC=${DTC_DIR}/dtc TOOLS_DIR=build-sandbox_spl/tools run_test "binman" ./tools/binman/binman --toolpath ${TOOLS_DIR} test -run_test "patman" ./tools/patman/patman test run_test "u_boot_pylib" ./tools/u_boot_pylib/u_boot_pylib run_test "buildman" ./tools/buildman/buildman -t ${skip} -- cgit v1.3.1