Cosmetic change (testsuite).

Do not print warnings with Matlab>=R2015b because of the exit command at the end of the run_test_matlab script.

Do not print
time-shift
Stéphane Adjemian (Charybdis) 2015-10-10 02:26:40 +02:00
parent 580bc3a0b6
commit dcf7cfbc4b
1 changed files with 2 additions and 1 deletions

View File

@ -69,4 +69,5 @@ else
end
fprintf(fid,':cputime: %f\n', ecput);
fclose(fid);
exit;
warning off
exit