For consistency, maxfail=1 for module tool tests

This commit is contained in:
Dion Moult
2026-02-17 18:16:33 +11:00
parent 8023a992da
commit ed500d58ba
+1 -1
View File
@@ -371,7 +371,7 @@ test-tool:
ifndef MODULE
pytest test/tool
else
pytest test/tool/test_$(MODULE).py
pytest test/tool/test_$(MODULE).py --maxfail=1
endif
# Reregistering test is not added to the standard test suite because during unregister