From 2d2620d21a64f2b48e8a4ee9d5833bee7da12453 Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 2 Feb 2022 07:11:13 -0800 Subject: [PATCH] Remove dir from bad tests --- compiler/tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tests/Makefile b/compiler/tests/Makefile index 854f531d..d384d52f 100644 --- a/compiler/tests/Makefile +++ b/compiler/tests/Makefile @@ -70,7 +70,7 @@ WORKING_TECH_TEST_STAMPS=$(filter-out $(BROKEN_STAMPS), $(TECH_TEST_STAMPS)) # Run all technologies all: $(WORKING_TECH_TEST_STAMPS) - @ls $(TOP_DIR)/compiler/tests/results/*/*.bad 1> /dev/null 2>&1 && echo "FAILING TESTS" && ls $(TOP_DIR)/compiler/tests/results/*/*.bad && exit 1 + @ls $(TOP_DIR)/compiler/tests/results/*/*.bad 1> /dev/null 2>&1 && echo "FAILING TESTS" && ls $(TOP_DIR)/compiler/tests/results/*/*.bad && sed -e "s/^.*\/results\///" && exit 1 .PHONY: all # Run a given technology