Followup to #16220, more test error output. (#16221)

This commit is contained in:
Nick Brassel
2022-02-05 12:51:23 +11:00
committed by GitHub
parent 28fbcac6c9
commit d31dd6d2a0
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ include $(PLATFORM_PATH)/test/testlist.mk
define VALIDATE_TEST_LIST
ifneq ($1,)
ifeq ($$(findstring -,$1),-)
$$(error Test names can't contain '-', but '$1' does)
$$(call CATASTROPHIC_ERROR,Invalid test name,Test names can't contain '-', but '$1' does.)
else
$$(eval $$(call VALIDATE_TEST_LIST,$$(firstword $2),$$(wordlist 2,9999,$2)))
endif