Testsuite: under MATLAB, run with the 'console' option

In order to avoid warnings in 'nodisplay' mode.
time-shift
Sébastien Villemot 2011-10-07 15:07:26 +02:00
parent 2a8425d9bc
commit 2b37eae3e6
2 changed files with 2 additions and 2 deletions

View File

@ -27,5 +27,5 @@ function run_ls2003(block, bytecode, solve_algo, stack_solve_algo)
'@#include \"ls2003.mod\"\n'], block, bytecode, ...
solve_algo, stack_solve_algo);
fclose(fid);
dynare('ls2003_tmp.mod')
dynare('ls2003_tmp.mod','console')
end

View File

@ -47,7 +47,7 @@ while ~isempty(name)
disp(['*** TESTING: ' modfile ' ***']);
try
save wsMat
dynare([testfile ext])
dynare([testfile ext],'console')
load wsMat
catch exception
load wsMat