From: Michal Sojka Date: Tue, 25 Sep 2018 10:55:11 +0000 (+0200) Subject: Really ignore test failures X-Git-Url: http://rtime.felk.cvut.cz/gitweb/hercules2020/kcf.git/commitdiff_plain/92b8d670cb7ec107ba62481248bf913132be0ce4 Really ignore test failures On Travis, we sometimes got strange failures without any error messages. --- diff --git a/Makefile b/Makefile index 1207111..86c944e 100644 --- a/Makefile +++ b/Makefile @@ -116,7 +116,7 @@ rule NINJA restat = 1 rule TEST_SEQ # Errors are ignored - they will be reported by PRINT_RESULTS - command = build-$$build/kcf_vot $$flags $$seq $(if $(TRAVIS),2>&1) >$$out $(if $(TRAVIS),| grep -v libdc1394) || : + command = build-$$build/kcf_vot $$flags $$seq $(if $(TRAVIS),2>&1) >$$out $(if $(TRAVIS),| grep -v libdc1394); true rule PRINT_RESULTS description = Print results command = ./wvtool -w125 -v run ./print-test-results $$in