Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 496b4e7

Browse files
committed
Don't abend if a test type not found
1 parent a2c10a5 commit 496b4e7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/tests/test.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ _test:
7171
exec "$$script"; \
7272
else \
7373
echo "make test-$(name) not implemented: $$script not found" >&2; \
74-
exit 1; \
7574
fi
7675

7776
${VERBOSE}.SILENT: \

0 commit comments

Comments
 (0)