From d31dd6d2a0b226193439696a8483edfaacf00450 Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Sat, 5 Feb 2022 12:51:23 +1100 Subject: Followup to #16220, more test error output. (#16221) --- testlist.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testlist.mk') diff --git a/testlist.mk b/testlist.mk index 904485c15c..86da5668ac 100644 --- a/testlist.mk +++ b/testlist.mk @@ -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 -- cgit v1.2.3