Test suite: remove unused field in .trs files

unit-tests
Sébastien Villemot 2022-11-30 10:03:24 +01:00
parent 595f3d1dce
commit 4e08aadafa
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
3 changed files with 3 additions and 6 deletions

View File

@ -1,4 +1,4 @@
% Copyright © 2013-2017 Dynare Team
% Copyright © 2013-2022 Dynare Team
%
% This file is part of Dynare.
%
@ -51,7 +51,6 @@ else
fprintf(fid,':test-result: PASS\n');
fprintf(fid,':number-tests: 1\n');
fprintf(fid,':number-failed-tests: 0\n');
fprintf(fid,':list-of-passed-tests: run_reporting_test_matlab.m\n');
end
fprintf(fid,':elapsed-time: %f\n',0.0);
fclose(fid);

View File

@ -29,8 +29,7 @@ else
fprintf(fid,':test-result: PASS\n');
fprintf(fid,':number-tests: 1\n');
fprintf(fid,':number-failed-tests: 0\n');
fprintf(fid,':list-of-passed-tests: test_aggregate_routine_1_2.m\n');
end
fprintf(fid,':elapsed-time: %f\n',0.0);
fclose(fid);
exit;
exit;

View File

@ -29,8 +29,7 @@ else
fprintf(fid,':test-result: PASS\n');
fprintf(fid,':number-tests: 1\n');
fprintf(fid,':number-failed-tests: 0\n');
fprintf(fid,':list-of-passed-tests: test_aggregate_routine_1_2_3.m\n');
end
fprintf(fid,':elapsed-time: %f\n',0.0);
fclose(fid);
exit;
exit;