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 ...@@ -67,7 +67,7 @@ else
fprintf(fid,':number-failed-tests: 0\n'); fprintf(fid,':number-failed-tests: 0\n');
fprintf(fid,':list-of-passed-tests: %s\n', [name '.mod']); fprintf(fid,':list-of-passed-tests: %s\n', [name '.mod']);
end end
fprintf(fid,':cputime: %f\n', ecput); fprintf(fid,':elapsed-time: %f\n', ecput);
fclose(fid); fclose(fid);
warning off warning off
exit exit
...@@ -73,7 +73,7 @@ else ...@@ -73,7 +73,7 @@ else
fprintf(fid,':number-failed-tests: 0\n'); fprintf(fid,':number-failed-tests: 0\n');
fprintf(fid,':list-of-passed-tests: %s\n', [name '.mod']); fprintf(fid,':list-of-passed-tests: %s\n', [name '.mod']);
end end
fprintf(fid,':cputime: %f\n', ecput); fprintf(fid,':elapsed-time: %f\n', ecput);
fclose(fid); fclose(fid);
## Local variables: ## Local variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment