From 7e3888c7ff425c6043064c290962dcc9b8c3249e Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Thu, 11 Feb 2021 15:35:10 -0300 Subject: makefiles: fix misc blank line consistency --- test/Makefile.in | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/Makefile.in b/test/Makefile.in index d41ab39d1..5bfad42fa 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1,7 +1,6 @@ TESTS=$(patsubst %/,%,$(wildcard */)) .PHONY: $(TESTS) - $(TESTS): cd $@ && ./$@.sh 2>&1 | tee $@.log cd $@ && grep -a TESTING $@.log && grep -a -L "TESTING ERROR" $@.log -- cgit v1.2.3-54-g00ecf