Merge remote-tracking branch 'origin/develop' into xap

This commit is contained in:
QMK Bot
2026-04-19 00:35:32 +00:00
+1 -1
View File
@@ -313,7 +313,7 @@ define BUILD_TEST
TEST_MSG := $$(MSG_TEST)
$$(TEST_FULL_NAME)_COMMAND := \
printf "$$(TEST_MSG)\n"; \
$$(TEST_EXECUTABLE); \
$$(TEST_EXECUTABLE) --gtest_color=$$(COLOR); \
if [ $$$$? -gt 0 ]; \
then error_occurred=1; \
fi; \