tests: closing graphic windows after each individual test

time-shift
Michel Juillard 2011-09-18 15:58:32 +02:00
parent b04738b36f
commit aa14422464
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ while ~isempty(name)
printMakeCheckMatlabErrMsg(modfile, exception);
clear exception
end
close all
delete('wsMat.mat')
cd(top_test_dir);