Bind gtest colour to QMKs 'COLOR' variable (#26159)

This commit is contained in:
Joel Challis
2026-04-19 01:34:54 +01:00
committed by GitHub
parent 60638d3043
commit 1182760a7c
+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; \