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

Renamed trs field consistently with 1022e675.

parent 1022e675
Branches
Tags
No related merge requests found
......@@ -67,7 +67,7 @@ else
fprintf(fid,':number-failed-tests: 0\n');
fprintf(fid,':list-of-passed-tests: %s\n', [name '.mod']);
end
fprintf(fid,':cputime: %f\n', ecput);
fprintf(fid,':elapsed-time: %f\n', ecput);
fclose(fid);
warning off
exit
......@@ -73,7 +73,7 @@ else
fprintf(fid,':number-failed-tests: 0\n');
fprintf(fid,':list-of-passed-tests: %s\n', [name '.mod']);
end
fprintf(fid,':cputime: %f\n', ecput);
fprintf(fid,':elapsed-time: %f\n', ecput);
fclose(fid);
## Local variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment