X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=test%2Fintegration%2Fdumpword%2FMakefile;fp=test%2Fintegration%2Fdumpword%2FMakefile;h=c453c20e4df91bcd3e2b642a7398cc313ede212a;hb=fda1563ea37180835e0b9c6e7a9c7ae607895446;hp=6d8f5f7650c171719d0ebb924a8a633fb9a8d176;hpb=1f490c5ea15d073c9ec918b78a5e6117a0a8bd3e;p=YACASL2.git diff --git a/test/integration/dumpword/Makefile b/test/integration/dumpword/Makefile index 6d8f5f7..c453c20 100644 --- a/test/integration/dumpword/Makefile +++ b/test/integration/dumpword/Makefile @@ -18,7 +18,7 @@ check: done $(LOGFILE): @for target in $(TESTS); do \ - cat <$$target/report.txt >>$(LOGFILE); \ + cat <$$target/report.txt >>$(LOGFILE) || echo $$target ": no report"; \ done report: $(LOGFILE) @success=`grep "Success" $(LOGFILE) | wc -l`; \ @@ -26,8 +26,6 @@ report: $(LOGFILE) echo "$$success / $$all tests passed. Details in `pwd`/$(LOGFILE)"; \ if test $$success -eq $$all; then \ echo "All tests are succeded."; \ - else \ - grep "Failure" $(LOGFILE); \ fi clean: @for target in $(TESTS); do \