From 305869f5e15dd327595491281d27069251ead4c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Mon, 8 Jul 2013 16:43:38 +0200 Subject: [PATCH] Cosmetic change. --- matlab/utilities/tests/build_report_summary.m | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/matlab/utilities/tests/build_report_summary.m b/matlab/utilities/tests/build_report_summary.m index 9e2fc0eae..b4a1dcd20 100644 --- a/matlab/utilities/tests/build_report_summary.m +++ b/matlab/utilities/tests/build_report_summary.m @@ -49,17 +49,17 @@ gitlastcommithash = reportfilecontent.gitlastcommithash; str = 'Hi,'; str = char(str,''); -str = char(str,'This is a summary report for the unitary tests in Dynare. Full report can be found at'); +str = char(str,'This is a summary report for the unitary tests in Dynare. Full report can be found at:'); +str = char(str,''); str = char(str,''); str = char(str,['http://www.dynare.org/stepan/dynare/tests/' reportfile]); +str = char(str,''); str = char(str,['http://www.dynare.org/stepan/dynare/tests/' reportfile(1:end-3) 'log']); str = char(str,''); str = char(str,gitinfo(1,:)); str = char(str,gitinfo(2,:)); - str = char(str,''); str = char(str,''); - str = char(str,['===========================']); str = char(str,'DYNARE/MATLAB UNITARY TESTS'); str = char(str,'==========================='); @@ -75,9 +75,9 @@ for i=1:size(reportcell,1) end if printonscreen - fprintf('\n\n') + skipline(2); disp(str) - fprintf('\n\n') + skipline(2); end if mailreport