From: Michal Sojka Date: Wed, 26 Sep 2018 14:23:55 +0000 (+0200) Subject: test: Increase report width to not wrap result to multiple lines X-Git-Url: http://rtime.felk.cvut.cz/gitweb/hercules2020/kcf.git/commitdiff_plain/5427202eed02446872c7d5c523c6cff8dd16e6ef test: Increase report width to not wrap result to multiple lines --- diff --git a/Makefile b/Makefile index 1b48220..542c419 100644 --- a/Makefile +++ b/Makefile @@ -117,7 +117,7 @@ rule TEST_SEQ 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 + command = ./wvtool -w131 -v run ./print-test-results $$in rule PLOT_RESULTS description = Plot results command = ./graphGen.sh -f -s $$in