aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 8472b43cb..ef1ca73bc 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -3,7 +3,6 @@ TESTS=$(patsubst %/,%,$(wildcard */))
3.PHONY: $(TESTS) 3.PHONY: $(TESTS)
4 4
5$(TESTS): 5$(TESTS):
6 echo $(TESTS)
7 cd $@ && ./$@.sh 2>&1 | tee $@.log 6 cd $@ && ./$@.sh 2>&1 | tee $@.log
8 cd $@ && grep -a TESTING $@.log && grep -a -L "TESTING ERROR" $@.log 7 cd $@ && grep -a TESTING $@.log && grep -a -L "TESTING ERROR" $@.log
9 8