Skip to content
Snippets Groups Projects
Commit ff470d29 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Added missing semi-colon.

parent 2dbe767b
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ platform = computer; ...@@ -57,7 +57,7 @@ platform = computer;
listoffiles = get_directory_description(dirname); listoffiles = get_directory_description(dirname);
diary(['report-' gitlastcommithash '.log'] ) diary(['report-' gitlastcommithash '.log'] )
[report, time] = run_unitary_tests(listoffiles) [report, time] = run_unitary_tests(listoffiles);
diary off diary off
if nargin>1 && savereport>0 if nargin>1 && savereport>0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment