Testsuite: minor simplification

time-shift
Sébastien Villemot 2020-05-13 12:57:14 +02:00
parent 31a9a5e9ab
commit b2841ff98c
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
% Copyright (C) 2011-2017 Dynare Team
% Copyright (C) 2011-2020 Dynare Team
%
% This file is part of Dynare.
%
@ -131,7 +131,7 @@ for blockFlag = 0:1
end
ecput = toc;
delete('wsMat.mat')
cd(getenv('TOP_TEST_DIR'));
cd(top_test_dir);
fid = fopen('run_block_byte_tests_matlab.m.trs', 'w+');
if size(failedBlock,2) > 0
fprintf(fid,':test-result: FAIL\n');

View File

@ -1,4 +1,4 @@
## Copyright (C) 2009-2019 Dynare Team
## Copyright (C) 2009-2020 Dynare Team
##
## This file is part of Dynare.
##
@ -131,7 +131,7 @@ for blockFlag = 0:1
endfor
ecput = toc;
delete('wsOct');
cd(getenv('TOP_TEST_DIR'));
cd(top_test_dir);
fid = fopen('run_block_byte_tests_octave.o.trs', 'w+');
if size(failedBlock,2) > 0
fprintf(fid,':test-result: FAIL\n');