diff --git a/matlab/utilities/tests/build_report_summary.m b/matlab/utilities/tests/build_report_summary.m index aa98d71d3..db04f320c 100644 --- a/matlab/utilities/tests/build_report_summary.m +++ b/matlab/utilities/tests/build_report_summary.m @@ -48,9 +48,9 @@ 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,''); str = char(str,['http://www.dynare.org/stepan/dynare/tests/' reportfile]); str = char(str,''); - str = char(str,gitinfo(1,:)); str = char(str,gitinfo(2,:));